aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-06-21 13:52:45 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-06-21 18:50:59 +0200
commit6b1ea609ba3c9f4047c8849ebe1c5fadac99db08 (patch)
treeecbc3491de05d7c5d8e516ef0eb45ba9730d7739
parent9b63458b09326c66f5c8cda7df977ab54cb9a5b2 (diff)
downloadguix-6b1ea609ba3c9f4047c8849ebe1c5fadac99db08.tar
guix-6b1ea609ba3c9f4047c8849ebe1c5fadac99db08.tar.gz
gnu: gegl: Update to 0.4.2.
* gnu/packages/gimp.scm (gegl): Update to 0.4.2.
-rw-r--r--gnu/packages/gimp.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm
index 07f6444a85..9eca570831 100644
--- a/gnu/packages/gimp.scm
+++ b/gnu/packages/gimp.scm
@@ -79,7 +79,7 @@ provided, as well as a framework to add new color models and data types.")
(define-public gegl
(package
(name "gegl")
- (version "0.4.0")
+ (version "0.4.2")
(source (origin
(method url-fetch)
(uri (list (string-append "https://download.gimp.org/pub/gegl/"
@@ -87,7 +87,7 @@ provided, as well as a framework to add new color models and data types.")
"/" name "-" version ".tar.bz2")))
(sha256
(base32
- "1ighk4z8nlqrzyj8w97s140hzj59564l3xv6fpzbr97m1zx2nkfh"))))
+ "13bzl0k5l12pk8bkcq4ar7wscbnw7jswhp34mwfsrf10kp0qndba"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("LDFLAGS=-lm")))