guix-commits
[Top][All Lists]
Advanced

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

03/06: gnu: babl: Update to 0.1.30.


From: Marius Bakke
Subject: 03/06: gnu: babl: Update to 0.1.30.
Date: Sun, 27 Aug 2017 09:08:06 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 997856746019ff4f6e0dcc66cd1ac647f4e5a4aa
Author: Marius Bakke <address@hidden>
Date:   Sat Aug 26 19:47:28 2017 +0200

    gnu: babl: Update to 0.1.30.
    
    * gnu/packages/gimp.scm (babl): Update to 0.1.30.
---
 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 13d2a68..c820818 100644
--- a/gnu/packages/gimp.scm
+++ b/gnu/packages/gimp.scm
@@ -43,7 +43,7 @@
 (define-public babl
   (package
     (name "babl")
-    (version "0.1.28")
+    (version "0.1.30")
     (source (origin
               (method url-fetch)
               (uri (list (string-append "https://download.gimp.org/pub/babl/";
@@ -54,7 +54,7 @@
                                         version ".tar.bz2")))
               (sha256
                (base32
-                "00w6xfcv960c98qvxv81gcbj8l1jiab9sggmdl77m19awwiyvwv3"))))
+                "1k2k3phh9ybma2snw6hm8inx2dw1jq6cf7w2aqvi4rfr0rxjrha5"))))
     (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]