diff options
author | Vinicius Monego <monego@posteo.net> | 2022-06-14 21:33:20 -0300 |
---|---|---|
committer | Vinicius Monego <monego@posteo.net> | 2022-06-18 13:07:10 -0300 |
commit | 0d7d5a05c741e545748c3b3cbe43bfece3e5697e (patch) | |
tree | b40ed386a3200215a8b2403ed9e19fcf02375d31 /gnu | |
parent | f7882f7b756d432512b522cfa6ec302fc74ed9be (diff) | |
download | guix-0d7d5a05c741e545748c3b3cbe43bfece3e5697e.tar.gz |
gnu: gegl: Update to 0.4.36.
* gnu/packages/gimp.scm (gegl): Update to 0.4.36.
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 62c873816f..1b2acacafa 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.34") + (version "0.4.36") (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 "1amazk6g9dk76rxwaqa81j87ql5vgz539n6xk88wccdllnyg0qzg")))) + (base32 "19ic3fv0j8ysxxw7bx7gy3l8l8l9ldrvbzxfmmc24w67vh68mmbg")))) (build-system meson-build-system) (arguments `(#:configure-flags |