summaryrefslogtreecommitdiff
path: root/gnu/packages/gimp.scm
diff options
context:
space:
mode:
authorVinicius Monego <monego@posteo.net>2025-06-18 09:17:33 -0300
committerVinicius Monego <monego@posteo.net>2025-06-19 10:00:58 -0300
commit6f5e4702a3be5e0ebdceec98169c8651fa8152d4 (patch)
tree320d421cd3beb3ec1ee26a92e92362a76797679b /gnu/packages/gimp.scm
parent1c6ec45056d87f00a09983eea1bf206ac6e84871 (diff)
gnu: gegl: Update to 0.4.62.
* gnu/packages/gimp.scm (gegl): Update to 0.4.62. Change-Id: I596ea953d1efc47092288ca4c1d72771ecfa95a8
Diffstat (limited to 'gnu/packages/gimp.scm')
-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 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