gnu: gegl: Update to 0.4.32.

* gnu/packages/gimp.scm (gegl): Update to 0.4.32.
[arguments]<#:phases>: Don't return #t.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
Vinicius Monego 2021-10-09 17:08:43 +00:00 committed by Liliana Marie Prikler
parent 7975ee9534
commit c6318c8434
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -209,7 +209,7 @@ (define-public babl
(define-public gegl
(package
(name "gegl")
(version "0.4.30")
(version "0.4.32")
(source (origin
(method url-fetch)
(uri (list (string-append "https://download.gimp.org/pub/gegl/"
@ -223,7 +223,7 @@ (define-public gegl
"/gegl-" version ".tar.xz")))
(sha256
(base32
"1pd8xkx70k0fsi1hrzrmaify7112wjmxzk0p6bi6js89yhn7h4n1"))))
"18cg566lplw7y7dn5v05pal24vxbfiic6097a40gnxdgkxmkr3k6"))))
(build-system meson-build-system)
(arguments
`(#:meson ,meson-0.55
@ -242,8 +242,7 @@ (define-public gegl
(string-append match "0")))
(substitute* (find-files "tests" "^meson\\.build$")
(("timeout ?: [0-9]+" match)
(string-append match "0")))
#t)))))
(string-append match "0"))))))))
;; These are propagated to satisfy 'gegl-0.4.pc'.
(propagated-inputs
`(("babl" ,babl)