guix-commits
[Top][All Lists]
Advanced

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

06/06: gnu: gegl: Update to 0.4.28.


From: guix-commits
Subject: 06/06: gnu: gegl: Update to 0.4.28.
Date: Sun, 28 Mar 2021 12:47:18 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit b5116db5c05f662f775096ef4c105fa7aea5c8b4
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Mar 28 18:46:16 2021 +0200

    gnu: gegl: Update to 0.4.28.
    
    * gnu/packages/gimp.scm (gegl): Update to 0.4.28.
    [arguments]: Build with meson@0.55.
---
 gnu/packages/gimp.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm
index b864c88..4bdc4ee 100644
--- a/gnu/packages/gimp.scm
+++ b/gnu/packages/gimp.scm
@@ -207,7 +207,7 @@ provided, as well as a framework to add new color models 
and data types.")
 (define-public gegl
   (package
     (name "gegl")
-    (version "0.4.26")
+    (version "0.4.28")
     (source (origin
               (method url-fetch)
               (uri (list (string-append "https://download.gimp.org/pub/gegl/";
@@ -221,10 +221,11 @@ provided, as well as a framework to add new color models 
and data types.")
                                         "/gegl-" version ".tar.xz")))
               (sha256
                (base32
-                "097427icgpgvcx40019b3dm8m84cchz79pixzpz648drs8p1wdqg"))))
+                "003ri7yv7lm2fi86ama3vlkwnz656yyib4r36hxwlk6mfy2hs48x"))))
     (build-system meson-build-system)
     (arguments
-     `(#:configure-flags
+     `(#:meson ,meson-0.55
+       #:configure-flags
        (list "-Dintrospection=false")
        #:phases
        (modify-phases %standard-phases



reply via email to

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