guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: babl: Update to 0.1.18.


From: ???
Subject: 01/03: gnu: babl: Update to 0.1.18.
Date: Sun, 21 Aug 2016 00:37:06 +0000 (UTC)

iyzsong pushed a commit to branch master
in repository guix.

commit e70dc63a06727c2298ea5af84c3027fdef50cc66
Author: 宋文武 <address@hidden>
Date:   Sat Aug 20 20:18:00 2016 +0800

    gnu: babl: Update to 0.1.18.
    
    * gnu/packages/gimp.scm (babl): Update to 0.1.18.
    [source]: Add gimp.org to 'uri'.
---
 gnu/packages/gimp.scm |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm
index d5c58e2..2b69a2e 100644
--- a/gnu/packages/gimp.scm
+++ b/gnu/packages/gimp.scm
@@ -43,16 +43,18 @@
 (define-public babl
   (package
     (name "babl")
-    (version "0.1.10")
+    (version "0.1.18")
     (source (origin
               (method url-fetch)
-              (uri (list (string-append "http://ftp.gtk.org/pub/babl/0.1/babl-";
+              (uri (list (string-append "https://download.gimp.org/pub/babl/";
+                                        "0.1/babl-" version ".tar.bz2")
+                         (string-append "http://ftp.gtk.org/pub/babl/0.1/babl-";
                                         version ".tar.bz2")
                          (string-append "ftp://ftp.gtk.org/pub/babl/0.1/babl-";
                                         version ".tar.bz2")))
               (sha256
                (base32
-                "1x2mb7zfbvk9d0a7h5cpdff9hhjsadxvqml2jay2bpf7x9nc6gwl"))))
+                "1ygvnq22pf0zvf3bj7h67vvbpz7b8hhjvrr79ribws7sr5dljfj8"))))
     (build-system gnu-build-system)
     (home-page "http://gegl.org/babl/";)
     (synopsis "Image pixel format conversion library")



reply via email to

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