summaryrefslogtreecommitdiff
path: root/gnu/packages/gimp.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-08-20 13:17:00 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-08-20 16:35:54 +0200
commit901888a854143fa61762edfe374c627d3b56846b (patch)
tree465b888f5658d69034de875d6a752aaafa2d12bc /gnu/packages/gimp.scm
parent3cae7f582e55e0adef629d34bd749740641f9f6c (diff)
downloadguix-patches-901888a854143fa61762edfe374c627d3b56846b.tar
guix-patches-901888a854143fa61762edfe374c627d3b56846b.tar.gz
gnu: gegl: Update to 0.4.8.
* gnu/packages/gimp.scm (gegl): Update to 0.4.8.
Diffstat (limited to 'gnu/packages/gimp.scm')
-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 5b65834747..88a87d870d 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.4")
+ (version "0.4.8")
(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
- "143qwn92xc5wm09p9iwrpw9y0ahha5lcyx1bb0lzwcb1fgd4bjzq"))))
+ "0jdfhf8wikba4h68k505x0br3gisiwivc33aca8v3ibaqpp6i53i"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("LDFLAGS=-lm")))