diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-05-11 22:57:56 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-05-11 23:35:33 +0200 |
commit | cc4e5e13306239a4d31481c06c76d67a526782db (patch) | |
tree | e1e9017438fa27918a611a4e8ec8d80d3c4a0365 | |
parent | d09a8dffdd69358616ef4e6eb3d8b87336e27b62 (diff) | |
download | guix-cc4e5e13306239a4d31481c06c76d67a526782db.tar.gz guix-cc4e5e13306239a4d31481c06c76d67a526782db.zip |
gnu: gegl: Update to 0.4.16.
* gnu/packages/gimp.scm (gegl): Update to 0.4.16.
-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 3ead5b32a3..700d0bbf09 100644 --- a/gnu/packages/gimp.scm +++ b/gnu/packages/gimp.scm @@ -80,7 +80,7 @@ provided, as well as a framework to add new color models and data types.") (define-public gegl (package (name "gegl") - (version "0.4.14") + (version "0.4.16") (source (origin (method url-fetch) (uri (list (string-append "https://download.gimp.org/pub/gegl/" @@ -88,7 +88,7 @@ provided, as well as a framework to add new color models and data types.") "/gegl-" version ".tar.bz2"))) (sha256 (base32 - "00crhngwi07f5b9x77kx5p7p4cl6l5g6glpz9rqv7pfqk62xa0ac")))) + "0njydcr6qdmfzh4fxx544681qxdpf7y6b2f47jcypn810dlxy4h1")))) (build-system gnu-build-system) (arguments '(#:configure-flags '("LDFLAGS=-lm"))) |