guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: babl: Update to 0.1.66.


From: guix-commits
Subject: 01/02: gnu: babl: Update to 0.1.66.
Date: Thu, 13 Jun 2019 06:53:13 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 42b641b7d8099bc90d503f57c23ce3d7300d4fc6
Author: Nicolas Goaziou <address@hidden>
Date:   Thu Jun 13 12:52:40 2019 +0200

    gnu: babl: Update to 0.1.66.
    
    * gnu/packages/gimp.scm (babl): Update to 0.1.66.
---
 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 c190049..19f19bc 100644
--- a/gnu/packages/gimp.scm
+++ b/gnu/packages/gimp.scm
@@ -49,7 +49,7 @@
 (define-public babl
   (package
     (name "babl")
-    (version "0.1.64")
+    (version "0.1.66")
     (source (origin
               (method url-fetch)
               (uri (list (string-append "https://download.gimp.org/pub/babl/";
@@ -63,7 +63,7 @@
                                         "/babl-" version ".tar.bz2")))
               (sha256
                (base32
-                "1gsqs5spgla86y9g11riryvw7015asik7y22maainl83nhq4sxxv"))))
+                "0qx1dwbinxihwl2lmxi60qiqi402jlrdcnixx14kk6j88n9xi79n"))))
     (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]