guix-commits
[Top][All Lists]
Advanced

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

13/25: gnu: babl: Update to 0.1.78.


From: guix-commits
Subject: 13/25: gnu: babl: Update to 0.1.78.
Date: Sat, 13 Jun 2020 18:49:30 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit ee385c583777427ded250173c4b34aaf219e6ce4
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Jun 13 20:26:12 2020 +0200

    gnu: babl: Update to 0.1.78.
    
    * gnu/packages/gimp.scm (babl): Update to 0.1.78.
---
 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 b5bb29e..d19ebcf 100644
--- a/gnu/packages/gimp.scm
+++ b/gnu/packages/gimp.scm
@@ -51,7 +51,7 @@
 (define-public babl
   (package
     (name "babl")
-    (version "0.1.76")
+    (version "0.1.78")
     (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
-                "183kj2yq08vvldp8307vq61y2ravcqkyarrhak9w2l30gygp9100"))))
+                "0fjjfb0pbgimlqi7rk8cqz8pq595b7gw8nrpkxfmixdz6cv4km8p"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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