guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: glib-networking: Don't use NAME in source URI.


From: guix-commits
Subject: 04/04: gnu: glib-networking: Don't use NAME in source URI.
Date: Sun, 8 Sep 2019 18:12:57 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit fb8fe1e8d98f94812b54537649ee3b08fd2d6dae
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Sep 8 02:05:48 2019 +0200

    gnu: glib-networking: Don't use NAME in source URI.
    
    * gnu/packages/gnome.scm (glib-networking)[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 efe5206..9ee652c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2629,7 +2629,7 @@ library.")
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/glib-networking/"
                                   (version-major+minor version) "/"
-                                  name "-" version ".tar.xz"))
+                                  "glib-networking-" version ".tar.xz"))
               (sha256
                (base32
                 "0s006gs9nsq6mg31spqha1jffzmp6qjh10y27h0fxf1iw1ah5ymx"))



reply via email to

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