[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/09: gnu: tracker: Don't use NAME in source URI.
From: |
guix-commits |
Subject: |
08/09: gnu: tracker: Don't use NAME in source URI. |
Date: |
Tue, 10 Sep 2019 18:51:27 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit b5b0fd23548ac06e5c5ce3f890218579605ef024
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Wed Sep 11 00:08:37 2019 +0200
gnu: tracker: Don't use NAME in source URI.
* gnu/packages/gnome.scm (tracker)[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 4d7ed45..f002ff1 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6299,9 +6299,9 @@ easy, safe, and automatic.")
(version "2.0.4")
(source (origin
(method url-fetch)
- (uri (string-append "mirror://gnome/sources/" name "/"
+ (uri (string-append "mirror://gnome/sources/tracker/"
(version-major+minor version) "/"
- name "-" version ".tar.xz"))
+ "tracker-" version ".tar.xz"))
(sha256
(base32
"1mfc5lv820kr7ssi7hldn25gmshh65k19kh478qjsnb64sshsbyf"))))
- branch master updated (eb7ce87 -> c1b79b3), guix-commits, 2019/09/10
- 01/09: gnu: haveged: Update to 1.9.6., guix-commits, 2019/09/10
- 05/09: gnu: yoshimi: Update to 1.6.0.1., guix-commits, 2019/09/10
- 02/09: gnu: haveged: Use HTTPS home page., guix-commits, 2019/09/10
- 04/09: gnu: perl-archive-zip: Update to 1.65., guix-commits, 2019/09/10
- 07/09: gnu: gvfs: Don't use NAME in source URI., guix-commits, 2019/09/10
- 06/09: gnu: umockdev: Update to 0.13.2., guix-commits, 2019/09/10
- 03/09: gnu: haveged: Use @acronym in description., guix-commits, 2019/09/10
- 09/09: gnu: libsoup: Don't use NAME in source URI., guix-commits, 2019/09/10
- 08/09: gnu: tracker: Don't use NAME in source URI.,
guix-commits <=