guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: babl: Update to 0.1.46.


From: Leo Famulari
Subject: 05/06: gnu: babl: Update to 0.1.46.
Date: Mon, 30 Apr 2018 21:08:55 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 08a752526df91de3a1779ccaa0946833618d775d
Author: Leo Famulari <address@hidden>
Date:   Sat Apr 28 16:32:48 2018 -0400

    gnu: babl: Update to 0.1.46.
    
    * gnu/packages/gimp.scm (babl): Update to 0.1.46.
---
 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 64fe04b..38343f2 100644
--- a/gnu/packages/gimp.scm
+++ b/gnu/packages/gimp.scm
@@ -46,7 +46,7 @@
 (define-public babl
   (package
     (name "babl")
-    (version "0.1.40")
+    (version "0.1.46")
     (source (origin
               (method url-fetch)
               (uri (list (string-append "https://download.gimp.org/pub/babl/";
@@ -60,7 +60,7 @@
                                         "/babl-" version ".tar.bz2")))
               (sha256
                (base32
-                "08cdl6rcfvkhqsnhb214xzr0wbrv0956xzlrzqxcb1k1madgjanh"))))
+                "0nwyhvfca6m35wjcccvwca7fcihzgdfyc012qi703y5d3cxl1hmv"))))
     (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]