guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 1c6ec45056d87f00a09983eea1bf206ac6e84871
Author: Vinicius Monego <[email protected]>
AuthorDate: Wed Jun 18 09:15:09 2025 -0300

    gnu: babl: Update to 0.1.114.
    
    * gnu/packages/gimp.scm (babl): Update to 0.1.114.
    
    Change-Id: If5da6a36f5c8f003c5dd8fe8ea10a6cd318ebeb5
---
 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 7db1009e95..f2d278a8d7 100644
--- a/gnu/packages/gimp.scm
+++ b/gnu/packages/gimp.scm
@@ -176,7 +176,7 @@ of a larger interface.")
 (define-public babl
   (package
     (name "babl")
-    (version "0.1.112")
+    (version "0.1.114")
     (source (origin
               (method url-fetch)
               (uri (list (string-append "https://download.gimp.org/pub/babl/";
@@ -190,7 +190,7 @@ of a larger interface.")
                                         "/babl-" version ".tar.xz")))
               (sha256
                (base32
-                "0yca08ay7jygj59bc6fi73pcipi1h6sams43rkzci1qp8a16csgv"))))
+                "11v48pnmsbbv9j1xh11gn8bx3lnhc96s6zxwncyp0iz4q637gfxw"))))
     (build-system meson-build-system)
     (arguments
      (list

Reply via email to