guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 6f5e4702a3be5e0ebdceec98169c8651fa8152d4
Author: Vinicius Monego <[email protected]>
AuthorDate: Wed Jun 18 09:17:33 2025 -0300
gnu: gegl: Update to 0.4.62.
* gnu/packages/gimp.scm (gegl): Update to 0.4.62.
Change-Id: I596ea953d1efc47092288ca4c1d72771ecfa95a8
---
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 f2d278a8d7..affb0ddfe7 100644
--- a/gnu/packages/gimp.scm
+++ b/gnu/packages/gimp.scm
@@ -224,7 +224,7 @@ provided, as well as a framework to add new color models
and data types.")
(define-public gegl
(package
(name "gegl")
- (version "0.4.56")
+ (version "0.4.62")
(source
(origin
(method url-fetch)
@@ -238,7 +238,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 "0p6cscnjlpcv123rgkjj5ks43jxkbryiqh23aspcjnlv1ywn8jm0"))))
+ (base32 "0v2wa2a3vnz1g4z5h9s8ili5h5kzk95hxlcp0zlxkwgbf5img1sq"))))
(build-system meson-build-system)
(arguments
`(#:phases