guix-commits
[Top][All Lists]
Advanced

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

09/09: gnu: libsoup: Don't use NAME in source URI.


From: guix-commits
Subject: 09/09: gnu: libsoup: Don't use NAME in source URI.
Date: Tue, 10 Sep 2019 18:51:30 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit c1b79b36524d38b80f7ed7e139a231dbb928833f
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Sep 11 00:11:24 2019 +0200

    gnu: libsoup: Don't use NAME in source URI.
    
    * gnu/packages/gnome.scm (libsoup)[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 f002ff1..562f298 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2701,7 +2701,7 @@ libxml to ease remote use of the RESTful API.")
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/libsoup/"
                                   (version-major+minor version) "/"
-                                  name "-" version ".tar.xz"))
+                                  "libsoup-" version ".tar.xz"))
               (sha256
                (base32
                 "0amfw1yvy1kjrg41rfh2vvrw5gkwnyckqbw1fab50hm6xc1acbmx"))))



reply via email to

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