guix_mirror_bot pushed a commit to branch master
in repository guix.

commit df5baa56ee4657e3c1edf0b72c79e0519598d172
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sun Sep 13 02:44:31 2026 +0200

    gnu: gegl: Update to 0.4.72.
    
    * gnu/packages/gimp.scm (gegl): Update to 0.4.72.
---
 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 492dc679b37..1c921cf87b1 100644
--- a/gnu/packages/gimp.scm
+++ b/gnu/packages/gimp.scm
@@ -196,7 +196,7 @@ provided, as well as a framework to add new color models 
and data types.")
 (define-public gegl
   (package
     (name "gegl")
-    (version "0.4.68")
+    (version "0.4.72")
     (source
      (origin
        (method url-fetch)
@@ -210,7 +210,7 @@ provided, as well as a framework to add new color models 
and data types.")
                                  (version-major+minor version)
                                  "/gegl-" version ".tar.xz")))
        (sha256
-        (base32 "1qrsn8rllllj3673767rrs3khrym1xa62flbirjn04khkadk00jh"))))
+        (base32 "0vcmrsc7fipc7i7wjf9lbdmw9cla27hbmfjxrr7csvmm3pfqrfyc"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags

Reply via email to