guix-commits
[Top][All Lists]
Advanced

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

152/182: gnu: gegl: Add source URIs.


From: guix-commits
Subject: 152/182: gnu: gegl: Add source URIs.
Date: Fri, 15 Nov 2019 00:02:01 -0500 (EST)

kkebreau pushed a commit to branch wip-gnome-updates
in repository guix.

commit c29daab9afd8fbfb018f83d836e3a13bbf776a33
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Nov 10 00:29:57 2019 +0100

    gnu: gegl: Add source URIs.
    
    * gnu/packages/gimp.scm (gegl)[source]: Add URIs.
---
 gnu/packages/gimp.scm | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm
index 4fd3cd0..6a16a39 100644
--- a/gnu/packages/gimp.scm
+++ b/gnu/packages/gimp.scm
@@ -94,7 +94,13 @@ 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)
-                                        "/gegl-" version ".tar.bz2")))
+                                        "/gegl-" version ".tar.xz")
+                         (string-append "https://ftp.gtk.org/pub/gegl/";
+                                        (version-major+minor version)
+                                        "/gegl-" version ".tar.xz")
+                         (string-append "ftp://ftp.gtk.org/pub/gegl/";
+                                        (version-major+minor version)
+                                        "/gegl-" version ".tar.xz")))
               (sha256
                (base32
                 "0njydcr6qdmfzh4fxx544681qxdpf7y6b2f47jcypn810dlxy4h1"))))



reply via email to

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