guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/13: gnu: geocode-glib: Don't use NAME in source URI.


From: guix-commits
Subject: 05/13: gnu: geocode-glib: Don't use NAME in source URI.
Date: Sun, 29 Sep 2019 11:37:00 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit d485cdc040e5c600c1bf12f0689a77d0cc0d7333
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Sep 28 22:25:20 2019 +0200

    gnu: geocode-glib: Don't use NAME in source URI.
    
    * gnu/packages/gnome.scm (geocode-glib)[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 cda5dfc..b6e5b3c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3129,7 +3129,7 @@ permission from user.")
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/geocode-glib/"
                                   (version-major+minor version) "/"
-                                  name "-" version ".tar.xz"))
+                                  "geocode-glib-" version ".tar.xz"))
               (sha256
                (base32
                 "1vmydxs5xizcmaxpkfrq75xpj6pqrpdjizxyb30m00h54yqqch7a"))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]