guix-commits
[Top][All Lists]
Advanced

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

13/20: gnu: gegl: Don't use NAME in source URI.


From: guix-commits
Subject: 13/20: gnu: gegl: Don't use NAME in source URI.
Date: Tue, 19 Feb 2019 04:03:12 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 00bfe5eda0367e7ef999fea6e9daaa3876cdd3a9
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Feb 19 06:52:20 2019 +0100

    gnu: gegl: Don't use NAME in source URI.
    
    * gnu/packages/gimp.scm (gegl)[source]: Hard-code NAME.
---
 gnu/packages/gimp.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm
index 42b9c75..f3cb23a 100644
--- a/gnu/packages/gimp.scm
+++ b/gnu/packages/gimp.scm
@@ -85,7 +85,7 @@ provided, as well as a framework to add new color models and 
data types.")
               (method url-fetch)
               (uri (list (string-append "https://download.gimp.org/pub/gegl/";
                                         (string-take version 3)
-                                        "/" name "-" version ".tar.bz2")))
+                                        "/gegl-" version ".tar.bz2")))
               (sha256
                (base32
                 "0ljqxc4iyy2hrj31pxcy1xp4xm5zbx1nigqisphmg4p8mcz2jrz9"))))



reply via email to

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