summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-02-19 06:52:14 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-02-19 09:54:36 +0100
commit2ed93b78203f35451197fff3b2d47941bbc912a2 (patch)
tree4b58089a5cfb6d02484865ac637247a783cfd616 /gnu
parentfb2d54ecd18f17d62e8f34a534804224f5d1260d (diff)
downloadguix-2ed93b78203f35451197fff3b2d47941bbc912a2.tar.gz
gnu: gegl: Update to 0.4.12.
* gnu/packages/gimp.scm (gegl): Update to 0.4.12.
Diffstat (limited to 'gnu')
-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 697aabf1d3..42b9c758db 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.8")
+    (version "0.4.12")
     (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.")
                                         "/" name "-" version ".tar.bz2")))
               (sha256
                (base32
-                "0jdfhf8wikba4h68k505x0br3gisiwivc33aca8v3ibaqpp6i53i"))))
+                "0ljqxc4iyy2hrj31pxcy1xp4xm5zbx1nigqisphmg4p8mcz2jrz9"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("LDFLAGS=-lm")))