guix-commits
[Top][All Lists]
Advanced

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

04/06: gnu: babl: Update to 0.1.76.


From: guix-commits
Subject: 04/06: gnu: babl: Update to 0.1.76.
Date: Fri, 29 May 2020 00:46:37 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit f6c454940a52c775693704e3e9768434a46273f5
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri May 29 06:19:25 2020 +0200

    gnu: babl: Update to 0.1.76.
    
    * gnu/packages/gimp.scm (babl): Update to 0.1.76.
---
 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 2a0ca3a..b5bb29e 100644
--- a/gnu/packages/gimp.scm
+++ b/gnu/packages/gimp.scm
@@ -51,7 +51,7 @@
 (define-public babl
   (package
     (name "babl")
-    (version "0.1.74")
+    (version "0.1.76")
     (source (origin
               (method url-fetch)
               (uri (list (string-append "https://download.gimp.org/pub/babl/";
@@ -65,7 +65,7 @@
                                         "/babl-" version ".tar.xz")))
               (sha256
                (base32
-                "03nfcvy3453xkfvsfcnsfcjf2vg2pin09qnr9jlssdysa1lhnwcs"))))
+                "183kj2yq08vvldp8307vq61y2ravcqkyarrhak9w2l30gygp9100"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags



reply via email to

[Prev in Thread] Current Thread [Next in Thread]