Skip to content
Snippets Groups Projects
Unverified Commit 2ed93b78 authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

gnu: gegl: Update to 0.4.12.

* gnu/packages/gimp.scm (gegl): Update to 0.4.12.
parent fb2d54ec
No related branches found
No related tags found
No related merge requests found
...@@ -80,7 +80,7 @@ (define-public babl ...@@ -80,7 +80,7 @@ (define-public babl
(define-public gegl (define-public gegl
(package (package
(name "gegl") (name "gegl")
(version "0.4.8") (version "0.4.12")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (list (string-append "https://download.gimp.org/pub/gegl/" (uri (list (string-append "https://download.gimp.org/pub/gegl/"
...@@ -88,7 +88,7 @@ (define-public gegl ...@@ -88,7 +88,7 @@ (define-public gegl
"/" name "-" version ".tar.bz2"))) "/" name "-" version ".tar.bz2")))
(sha256 (sha256
(base32 (base32
"0jdfhf8wikba4h68k505x0br3gisiwivc33aca8v3ibaqpp6i53i")))) "0ljqxc4iyy2hrj31pxcy1xp4xm5zbx1nigqisphmg4p8mcz2jrz9"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:configure-flags '("LDFLAGS=-lm"))) '(#:configure-flags '("LDFLAGS=-lm")))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment