diff options
author | Andy Tai <atai@atai.org> | 2023-03-03 22:40:11 -0800 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2023-03-07 12:54:53 -0500 |
commit | 42b2766e3af756e17f7b1dee880a8148f4c7f4f1 (patch) | |
tree | 3444a89dfa6c4d1e7785d5578253811ad3a696a8 /gnu | |
parent | 723fc5df3e964fcecb09c7c6fd48f00f97e2e806 (diff) | |
download | guix-42b2766e3af756e17f7b1dee880a8148f4c7f4f1.tar.gz guix-42b2766e3af756e17f7b1dee880a8148f4c7f4f1.zip |
gnu: gegl: Update to 0.4.42
* gnu/packages/gimp.scm (gegl): Update to 0.4.42
Signed-off-by: Leo Famulari <leo@famulari.name>
Diffstat (limited to 'gnu')
-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 69281f98e9..af5adb8bfd 100644 --- a/gnu/packages/gimp.scm +++ b/gnu/packages/gimp.scm @@ -215,7 +215,7 @@ provided, as well as a framework to add new color models and data types.") (define-public gegl (package (name "gegl") - (version "0.4.36") + (version "0.4.42") (source (origin (method url-fetch) @@ -229,7 +229,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 "19ic3fv0j8ysxxw7bx7gy3l8l8l9ldrvbzxfmmc24w67vh68mmbg")))) + (base32 "0bg0vlmj4n9x1291b9fsjqxsal192zlg48pa57f6xid6p863ma5b")))) (build-system meson-build-system) (arguments `(#:configure-flags |