[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/06: gnu: gtkwave: Prefer mirror://sourceforge source URI.
From: |
guix-commits |
Subject: |
03/06: gnu: gtkwave: Prefer mirror://sourceforge source URI. |
Date: |
Wed, 22 Jan 2020 00:20:24 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 82f81ffac6d3cacfab33fa6bed3758eb974cb29f
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Wed Jan 22 05:27:50 2020 +0100
gnu: gtkwave: Prefer mirror://sourceforge source URI.
* gnu/packages/fpga.scm (gtkwave)[source]: Add URI.
---
gnu/packages/fpga.scm | 19 +++++++++++--------
1 file changed, 11 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm
index 988129f..4411dfe 100644
--- a/gnu/packages/fpga.scm
+++ b/gnu/packages/fpga.scm
@@ -1,7 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2016 Danny Milosavljevic <address@hidden>
;;; Copyright © 2016, 2017 Theodoros Foradis <address@hidden>
-;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <address@hidden>
;;; Copyright © 2019 Amin Bandali <address@hidden>
;;;
;;; This file is part of GNU Guix.
@@ -302,13 +302,16 @@ Includes the actual FTDI connector.")
(package
(name "gtkwave")
(version "3.3.101")
- (source (origin
- (method url-fetch)
- (uri (string-append "http://gtkwave.sourceforge.net/"
- "gtkwave-" version ".tar.gz"))
- (sha256
- (base32
- "1j6capxwgi8aj3sgqg1r7161icni9y8y93g1rl3bzd3s40jcyhsz"))))
+ (source
+ (origin
+ (method url-fetch)
+ (uri (list (string-append "mirror://sourceforge/gtkwave/"
+ "gtkwave-" version "/"
+ "gtkwave-" version ".tar.gz")
+ (string-append "http://gtkwave.sourceforge.net/"
+ "gtkwave-" version ".tar.gz")))
+ (sha256
+ (base32 "1j6capxwgi8aj3sgqg1r7161icni9y8y93g1rl3bzd3s40jcyhsz"))))
(build-system gnu-build-system)
(native-inputs
`(("gperf" ,gperf)
- branch master updated (8a9d52c -> 9564967), guix-commits, 2020/01/22
- 01/06: gnu: font-public-sans: Update to 1.008., guix-commits, 2020/01/22
- 04/06: gnu: gtkwave: Update to 3.3.103., guix-commits, 2020/01/22
- 05/06: gnu: babl: Update to 0.1.74., guix-commits, 2020/01/22
- 02/06: gnu: librepcb: Update to 0.1.3., guix-commits, 2020/01/22
- 03/06: gnu: gtkwave: Prefer mirror://sourceforge source URI.,
guix-commits <=
- 06/06: gnu: gegl: Update to 0.4.20., guix-commits, 2020/01/22