guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: babl: Update to 0.1.52.


From: Tobias Geerinckx-Rice
Subject: 02/04: gnu: babl: Update to 0.1.52.
Date: Sun, 8 Jul 2018 13:57:18 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 55939399a898764e968e3882a277f668a16b392e
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Jul 8 19:28:04 2018 +0200

    gnu: babl: Update to 0.1.52.
    
    * gnu/packages/gimp.scm (babl): Update to 0.1.52.
---
 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 3a16309..c542ffc 100644
--- a/gnu/packages/gimp.scm
+++ b/gnu/packages/gimp.scm
@@ -48,7 +48,7 @@
 (define-public babl
   (package
     (name "babl")
-    (version "0.1.50")
+    (version "0.1.52")
     (source (origin
               (method url-fetch)
               (uri (list (string-append "https://download.gimp.org/pub/babl/";
@@ -62,7 +62,7 @@
                                         "/babl-" version ".tar.bz2")))
               (sha256
                (base32
-                "0bavr2y4v88pip7vlca4kwmnksk2qxcvkkdp9jyfi6pzh701sb5m"))))
+                "0v7pkr3qd5jnn0pra88d90ixkl5h9ngg6w660nn1cgh4zjh19xs0"))))
     (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]