[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/07: gnu: goffice: Don't use NAME in source URI.
From: |
guix-commits |
Subject: |
02/07: gnu: goffice: Don't use NAME in source URI. |
Date: |
Wed, 30 Oct 2019 00:26:38 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 16243f0b50a9c674f9df60b9a6548900d7a7b635
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Wed Oct 30 04:44:25 2019 +0100
gnu: goffice: Don't use NAME in source URI.
* gnu/packages/gnome.scm (goffice)[source]: Hard-code NAME.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 222c5fd..15abfcf3 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2065,9 +2065,9 @@ Hints specification (EWMH).")
(version "0.10.44")
(source (origin
(method url-fetch)
- (uri (string-append "mirror://gnome/sources/" name "/"
+ (uri (string-append "mirror://gnome/sources/goffice/"
(version-major+minor version) "/"
- name "-" version ".tar.xz"))
+ "goffice-" version ".tar.xz"))
(sha256
(base32
"1fd7cm6j0g0mqgpqs4y22b4gd2ll4mcyvg4d0q22d5ndjapl4q3d"))))
(build-system gnu-build-system)
- branch master updated (faefa2e -> 7f2a457), guix-commits, 2019/10/30
- 04/07: gnu: r-tidytree: Update to 0.2.9., guix-commits, 2019/10/30
- 06/07: gnu: perl-moo-2: Update to 2.003006., guix-commits, 2019/10/30
- 07/07: gnu: perl-net-dns-native: Update to 0.22., guix-commits, 2019/10/30
- 02/07: gnu: goffice: Don't use NAME in source URI.,
guix-commits <=
- 03/07: gnu: goffice: Update to 0.10.45., guix-commits, 2019/10/30
- 05/07: gnu: openrct2: Update to 0.2.4., guix-commits, 2019/10/30
- 01/07: gnu: gpxsee: Update to 7.16., guix-commits, 2019/10/30