guix-commits
[Top][All Lists]
Advanced

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

04/10: gnu: babl: Update to 0.1.64.


From: guix-commits
Subject: 04/10: gnu: babl: Update to 0.1.64.
Date: Fri, 7 Jun 2019 21:06:04 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 2b6bdf649363ec805233aec133d227d385a56c36
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Jun 7 23:35:56 2019 +0200

    gnu: babl: Update to 0.1.64.
    
    * gnu/packages/gimp.scm (babl): Update to 0.1.64.
---
 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 700d0bb..c190049 100644
--- a/gnu/packages/gimp.scm
+++ b/gnu/packages/gimp.scm
@@ -49,7 +49,7 @@
 (define-public babl
   (package
     (name "babl")
-    (version "0.1.62")
+    (version "0.1.64")
     (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
-                "047msfzj8v4sfl61a2xhd69r9rh2pjq4lzpk3j10ijyv9qbry9yw"))))
+                "1gsqs5spgla86y9g11riryvw7015asik7y22maainl83nhq4sxxv"))))
     (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]