summaryrefslogtreecommitdiff
path: root/gnu/packages/gimp.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-07-08 19:28:16 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-07-08 19:46:08 +0200
commit1efed60faab3eb905e271471e3d049e050a525c0 (patch)
treee725e48eabc68cd1ff8e13b008e446bc5f9fec08 /gnu/packages/gimp.scm
parent55939399a898764e968e3882a277f668a16b392e (diff)
downloadguix-patches-1efed60faab3eb905e271471e3d049e050a525c0.tar
guix-patches-1efed60faab3eb905e271471e3d049e050a525c0.tar.gz
gnu: gegl: Update to 0.4.4.
* gnu/packages/gimp.scm (gegl): Update to 0.4.4.
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 c542ffcf88..1b42f524c7 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.2")
+ (version "0.4.4")
(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
- "13bzl0k5l12pk8bkcq4ar7wscbnw7jswhp34mwfsrf10kp0qndba"))))
+ "143qwn92xc5wm09p9iwrpw9y0ahha5lcyx1bb0lzwcb1fgd4bjzq"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("LDFLAGS=-lm")))