guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/07: gnu: gegl: Update to 0.4.32.


From: guix-commits
Subject: 03/07: gnu: gegl: Update to 0.4.32.
Date: Sun, 10 Oct 2021 15:34:53 -0400 (EDT)

lilyp pushed a commit to branch master
in repository guix.

commit c6318c84340bedafb6ba4ae23a0312b7ba0442c3
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Sat Oct 9 17:08:43 2021 +0000

    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>
---
 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 ae38528..d69425f 100644
--- a/gnu/packages/gimp.scm
+++ b/gnu/packages/gimp.scm
@@ -209,7 +209,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/";
@@ -223,7 +223,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
@@ -242,8 +242,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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]