guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: babl: Update to 0.1.38.


From: Leo Famulari
Subject: 01/01: gnu: babl: Update to 0.1.38.
Date: Wed, 20 Dec 2017 01:40:41 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit afcbc348a31f576cc87a573ef7ba61b116ec760a
Author: Leo Famulari <address@hidden>
Date:   Wed Dec 20 01:20:47 2017 -0500

    gnu: babl: Update to 0.1.38.
    
    * gnu/packages/gimp.scm (babl): Update to 0.1.38.
---
 gnu/packages/gimp.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm
index c820818..b079745 100644
--- a/gnu/packages/gimp.scm
+++ b/gnu/packages/gimp.scm
@@ -43,7 +43,7 @@
 (define-public babl
   (package
     (name "babl")
-    (version "0.1.30")
+    (version "0.1.38")
     (source (origin
               (method url-fetch)
               (uri (list (string-append "https://download.gimp.org/pub/babl/";
@@ -54,7 +54,7 @@
                                         version ".tar.bz2")))
               (sha256
                (base32
-                "1k2k3phh9ybma2snw6hm8inx2dw1jq6cf7w2aqvi4rfr0rxjrha5"))))
+                "11pfbyzq20596p9sgwraxspg3djg1jzz6wvz4bapf0yyr97jiyd0"))))
     (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]