diff options
author | Danny Milosavljevic <[email protected]> | 2025-02-08 23:29:45 +0100 |
---|---|---|
committer | Danny Milosavljevic <[email protected]> | 2025-02-08 23:33:25 +0100 |
commit | 0462d116fcca170e2ac01e28ab2255b66d52da87 (patch) | |
tree | bbe649c437c993434e22642089a35b4e242a7694 /gnu/packages/gimp.scm | |
parent | 34cfd525b1a8853b47b018af217c004c20f73ae2 (diff) |
gnu: gegl: Update to 0.4.52.
* gnu/packages/gimp.scm (gegl): Update to 0.4.52.
Change-Id: I6a3bb2b65a545ead62143cf263ef1ff5eb09593f
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 2dd153366b..8a68aedaa1 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.50") + (version "0.4.52") (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 "1hchnzfsmv2jwky2qb52lvjh4gz14wzpfcr12iqwm1pf0sdrd130")))) + (base32 "02h0jq9r1d521n12h7zjf4lv1pqgsfhac765b188qi70qc7jl8fa")))) (build-system meson-build-system) (arguments `(#:phases |