diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2024-11-22 17:30:00 +0100 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2024-12-01 10:55:53 +0100 |
commit | 70caf7310866400e6102e1c91b783f3e684aca46 (patch) | |
tree | 2e0a93e9cfd301bc3516e1217459f7b36839b5fb /gnu/packages | |
parent | 011dbaedb5c78aee52a435a12fc3f0adcda1124b (diff) | |
download | guix-70caf7310866400e6102e1c91b783f3e684aca46.tar.gz guix-70caf7310866400e6102e1c91b783f3e684aca46.zip |
gnu: gegl: Update to 0.4.50.
* gnu/packages/gimp.scm (gegl): Update to 0.4.50.
Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Diffstat (limited to 'gnu/packages')
-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 3f031cd3c1..4960e58846 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.48") + (version "0.4.50") (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 "0iw2wag3sls7va4c3dmczisbs9na4ml0rppnk1ymv0789gcjd321")))) + (base32 "1hchnzfsmv2jwky2qb52lvjh4gz14wzpfcr12iqwm1pf0sdrd130")))) (build-system meson-build-system) (arguments `(#:phases |