diff options
author | Danny Milosavljevic <dannym@friendly-machines.com> | 2025-02-20 20:32:32 +0100 |
---|---|---|
committer | Danny Milosavljevic <dannym@friendly-machines.com> | 2025-02-20 21:07:24 +0100 |
commit | 125a23cee1d2975299570d1e98949a174f343dc5 (patch) | |
tree | e2009c74e5ddfdb830d35ee978231dcb8193d0e5 /gnu/packages/gimp.scm | |
parent | 26982c58af6dc7a2c244d32cfef5b365976bc92f (diff) |
gnu: gegl: Update to 0.4.54.
* gnu/packages/gimp.scm (gegl): Update to 0.4.54.
Change-Id: I40eadfb9421f2f27d16787efdcf797649478b3a3
Diffstat (limited to 'gnu/packages/gimp.scm')
-rw-r--r-- | gnu/packages/gimp.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm index 77119df124..43bbe37d39 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.52") + (version "0.4.54") (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 "02h0jq9r1d521n12h7zjf4lv1pqgsfhac765b188qi70qc7jl8fa")))) + (base32 "07lb4czm99kcgnqhnz21ybfcy1z3qj7p9d9cxsnpjhvbikq458rm")))) (build-system meson-build-system) (arguments `(#:phases |