diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-11 00:11:38 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-11 00:13:56 +0100 |
commit | b3ca0ee1bba28a9166b78e6dfbf9bff975a2c759 (patch) | |
tree | f2c1a861f3eab3100184deeb3c3c4f3401a9fb5c | |
parent | 06271fe3ce2866b70d792c5f389f71c92a75cec7 (diff) | |
download | patches-b3ca0ee1bba28a9166b78e6dfbf9bff975a2c759.tar patches-b3ca0ee1bba28a9166b78e6dfbf9bff975a2c759.tar.gz |
gnu: gegl: Update to 0.4.22.
* gnu/packages/gimp.scm (gegl): Update to 0.4.22.
-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 ef256ee525..c4319d9a7c 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.20") + (version "0.4.22") (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 - "1zrxnxlhn0jmshg4n2m2xlgi886w059ynkiiihm7rpi05fs8pg93")))) + "0q9cckf90fb82qc5d496fjz459f1xw4j4p3rff1f57yivx0yr20q")))) (build-system meson-build-system) (arguments `(#:configure-flags |