diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-22 06:16:55 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-22 06:20:01 +0100 |
commit | 9564967e991e23b75872cd9fe6d8c557ca0d3c95 (patch) | |
tree | edf2346909fd540d6fc34709ab7ba5d2fe3e3d07 /gnu/packages/gimp.scm | |
parent | e7472958c19070673402b110bf3ddab62fa019b6 (diff) | |
download | guix-9564967e991e23b75872cd9fe6d8c557ca0d3c95.tar guix-9564967e991e23b75872cd9fe6d8c557ca0d3c95.tar.gz |
gnu: gegl: Update to 0.4.20.
* gnu/packages/gimp.scm (gegl): Update to 0.4.20.
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 e9dffc2a42..0991109510 100644 --- a/gnu/packages/gimp.scm +++ b/gnu/packages/gimp.scm @@ -89,7 +89,7 @@ provided, as well as a framework to add new color models and data types.") (define-public gegl (package (name "gegl") - (version "0.4.18") + (version "0.4.20") (source (origin (method url-fetch) (uri (list (string-append "https://download.gimp.org/pub/gegl/" @@ -103,7 +103,7 @@ provided, as well as a framework to add new color models and data types.") "/gegl-" version ".tar.xz"))) (sha256 (base32 - "0r6akqnrkvxizyhyi8sv40mxm7j4bcwjb6mqjpxy0zzbbfsdyin9")))) + "1zrxnxlhn0jmshg4n2m2xlgi886w059ynkiiihm7rpi05fs8pg93")))) (build-system meson-build-system) (arguments `(#:configure-flags |