guix-commits
[Top][All Lists]
Advanced

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

05/10: gnu: babl: Update to 0.1.40.


From: Tobias Geerinckx-Rice
Subject: 05/10: gnu: babl: Update to 0.1.40.
Date: Sat, 20 Jan 2018 21:24:20 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 8f890fed343f146a7db71114b885a6f3a8df24ad
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Jan 21 02:47:50 2018 +0100

    gnu: babl: Update to 0.1.40.
    
    * gnu/packages/gimp.scm (babl): Update to 0.1.40.
---
 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 13b8feb..c98f686 100644
--- a/gnu/packages/gimp.scm
+++ b/gnu/packages/gimp.scm
@@ -44,7 +44,7 @@
 (define-public babl
   (package
     (name "babl")
-    (version "0.1.38")
+    (version "0.1.40")
     (source (origin
               (method url-fetch)
               (uri (list (string-append "https://download.gimp.org/pub/babl/";
@@ -58,7 +58,7 @@
                                         "/babl-" version ".tar.bz2")))
               (sha256
                (base32
-                "11pfbyzq20596p9sgwraxspg3djg1jzz6wvz4bapf0yyr97jiyd0"))))
+                "08cdl6rcfvkhqsnhb214xzr0wbrv0956xzlrzqxcb1k1madgjanh"))))
     (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]