guix-commits
[Top][All Lists]
Advanced

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

07/13: gnu: libgee: Don't use NAME in source URI.


From: guix-commits
Subject: 07/13: gnu: libgee: 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 84a1b00700288d263112bf169216e086a8200861
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Sep 28 22:26:06 2019 +0200

    gnu: libgee: Don't use NAME in source URI.
    
    * gnu/packages/gnome.scm (libgee)[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 38339fe..f98e061 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4607,9 +4607,9 @@ wraps things up in a developer-friendly way.")
     (version "0.20.1")
     (source (origin
               (method url-fetch)
-              (uri (string-append "mirror://gnome/sources/" name "/"
+              (uri (string-append "mirror://gnome/sources/libgee/"
                                   (version-major+minor version) "/"
-                                  name "-" version ".tar.xz"))
+                                  "libgee-" version ".tar.xz"))
               (sha256
                (base32
                 "0c26x8gi3ivmhlbqcmiag4jwrkvcy28ld24j55nqr3jikb904a5v"))))



reply via email to

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