[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/06: gnu: libsecret: Don't use NAME in source URI.
From: |
guix-commits |
Subject: |
01/06: gnu: libsecret: Don't use NAME in source URI. |
Date: |
Mon, 9 Sep 2019 18:24:36 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 0ada4e298762526b9de7fa96429e70c2ba792db6
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sun Sep 8 01:51:11 2019 +0200
gnu: libsecret: Don't use NAME in source URI.
* gnu/packages/gnome.scm (libsecret)[source]: Hard-code NAME.
---
gnu/packages/gnome.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 9ee652c..dbc3ed6 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2813,7 +2813,7 @@ and the GLib main loop, to integrate well with GNOME
applications.")
(uri (string-append
"mirror://gnome/sources/libsecret/"
(version-major+minor version) "/"
- name "-" version ".tar.xz"))
+ "libsecret-" version ".tar.xz"))
(sha256
(base32
"058x64689k55wxfkdp4svhnwvv8jmqm7z5mrynybl38f4sfqiyiv"))))
- branch master updated (0b95b19 -> 5fbba84), guix-commits, 2019/09/09
- 04/06: gnu: libmbim: Update to 1.20.0., guix-commits, 2019/09/09
- 01/06: gnu: libsecret: Don't use NAME in source URI.,
guix-commits <=
- 05/06: gnu: zeromq: Update to 4.3.2., guix-commits, 2019/09/09
- 02/06: gnu: libsecret: Update to 0.19.1., guix-commits, 2019/09/09
- 03/06: gnu: libmbim: Don't use NAME in source URI., guix-commits, 2019/09/09
- 06/06: gnu: zeromq: Use HTTPS home page., guix-commits, 2019/09/09