summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2025-03-18 07:19:21 +0100
committerRicardo Wurmus <rekado@elephly.net>2025-03-18 07:20:37 +0100
commitafec3c9b09e73260cc817bc4374a75dc05705bc0 (patch)
treeacfdbedbad75b086d35ea143f86c246ee9a0f60c
parentfc49e6ae70f7616adbb704139379b3d0a779fc36 (diff)
gnu: gegl: Update to 0.4.56.
* gnu/packages/gimp.scm (gegl): Update to 0.4.56. Change-Id: Ia3ec569acc9112f199cd7474c3d14b08cdd4f2b5
-rw-r--r--gnu/packages/gimp.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm
index 35084fea94..4cd0250971 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.54")
+ (version "0.4.56")
(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 "07lb4czm99kcgnqhnz21ybfcy1z3qj7p9d9cxsnpjhvbikq458rm"))))
+ (base32 "0p6cscnjlpcv123rgkjj5ks43jxkbryiqh23aspcjnlv1ywn8jm0"))))
(build-system meson-build-system)
(arguments
`(#:phases