gnu: gegl: Update to 0.4.34.

* gnu/packages/gimp.scm (gegl): Update to 0.4.34.
[source]: Make some cosmetic changes.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
Vinicius Monego 2021-12-22 01:21:33 +00:00 committed by Tobias Geerinckx-Rice
parent 5c093aa5d2
commit 0be21b0820
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -213,21 +213,21 @@ (define-public babl
(define-public gegl
(package
(name "gegl")
(version "0.4.32")
(source (origin
(method url-fetch)
(uri (list (string-append "https://download.gimp.org/pub/gegl/"
(string-take version 3)
"/gegl-" version ".tar.xz")
(string-append "https://ftp.gtk.org/pub/gegl/"
(version-major+minor version)
"/gegl-" version ".tar.xz")
(string-append "ftp://ftp.gtk.org/pub/gegl/"
(version-major+minor version)
"/gegl-" version ".tar.xz")))
(sha256
(base32
"18cg566lplw7y7dn5v05pal24vxbfiic6097a40gnxdgkxmkr3k6"))))
(version "0.4.34")
(source
(origin
(method url-fetch)
(uri (list (string-append "https://download.gimp.org/pub/gegl/"
(string-take version 3)
"/gegl-" version ".tar.xz")
(string-append "https://ftp.gtk.org/pub/gegl/"
(version-major+minor version)
"/gegl-" version ".tar.xz")
(string-append "ftp://ftp.gtk.org/pub/gegl/"
(version-major+minor version)
"/gegl-" version ".tar.xz")))
(sha256
(base32 "1amazk6g9dk76rxwaqa81j87ql5vgz539n6xk88wccdllnyg0qzg"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags
@ -269,7 +269,7 @@ (define-public gegl
("poppler" ,poppler)
("sdl2" ,sdl2)))
(native-inputs
(list `(,glib "bin") ; for gtester
(list `(,glib "bin") ; for gtester
gobject-introspection
intltool
pkg-config