[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#51106] [PATCH 3/7] gnu: gegl: Update to 0.4.32.
From: |
Vinicius Monego |
Subject: |
[bug#51106] [PATCH 3/7] gnu: gegl: Update to 0.4.32. |
Date: |
Sat, 9 Oct 2021 01:07:32 +0000 |
* gnu/packages/gimp.scm (gegl): Update to 0.4.32.
[arguments]<#:phases>: Don't return #t.
---
gnu/packages/gimp.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm
index a2050b4f34..37879cf5bf 100644
--- a/gnu/packages/gimp.scm
+++ b/gnu/packages/gimp.scm
@@ -212,7 +212,7 @@ provided, as well as a framework to add new color models
and data types.")
(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/"
@@ -226,7 +226,7 @@ provided, as well as a framework to add new color models
and data types.")
"/gegl-" version ".tar.xz")))
(sha256
(base32
- "1pd8xkx70k0fsi1hrzrmaify7112wjmxzk0p6bi6js89yhn7h4n1"))))
+ "18cg566lplw7y7dn5v05pal24vxbfiic6097a40gnxdgkxmkr3k6"))))
(build-system meson-build-system)
(arguments
`(#:meson ,meson-0.55
@@ -245,8 +245,7 @@ provided, as well as a framework to add new color models
and data types.")
(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)
--
2.30.2
- [bug#51106] [PATCH 0/7] Update GIMP to 2.10.28., Vinicius Monego, 2021/10/08
- [bug#51106] [PATCH 1/7] gnu: babl: Update to 0.1.88., Vinicius Monego, 2021/10/08
- [bug#51106] [PATCH 2/7] gnu: babl: Enable GIR., Vinicius Monego, 2021/10/08
- [bug#51106] [PATCH 3/7] gnu: gegl: Update to 0.4.32.,
Vinicius Monego <=
- [bug#51106] [PATCH 4/7] gnu: gegl: Enable GIR., Vinicius Monego, 2021/10/08
- [bug#51106] [PATCH 6/7] gnu: gimp: Update to 2.10.28., Vinicius Monego, 2021/10/08
- [bug#51106] [PATCH 5/7] gnu: gegl: Add optional dependencies., Vinicius Monego, 2021/10/08
- [bug#51106] [PATCH 7/7] gnu: gimp: Add optional dependencies., Vinicius Monego, 2021/10/08
- [bug#51106] [PATCH v2 1/7] gnu: babl: Update to 0.1.88., Vinicius Monego, 2021/10/09