guix-commits
[Top][All Lists]
Advanced

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

05/07: gnu: gegl: Add source URIs.


From: guix-commits
Subject: 05/07: gnu: gegl: Add source URIs.
Date: Sat, 9 Nov 2019 18:32:45 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit bd70db6ee88838deb319aa54a1e2d8819413be10
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]