guix-commits
[Top][All Lists]
Advanced

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

14/25: gnu: gegl: Update to 0.4.24.


From: guix-commits
Subject: 14/25: gnu: gegl: Update to 0.4.24.
Date: Sat, 13 Jun 2020 18:49:31 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit e76d19078853f45b3db92cb47278d7f73a9860c6
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Jun 13 20:26:21 2020 +0200

    gnu: gegl: Update to 0.4.24.
    
    * gnu/packages/gimp.scm (gegl): Update to 0.4.24.
---
 gnu/packages/gimp.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm
index d19ebcf..e85b279 100644
--- a/gnu/packages/gimp.scm
+++ b/gnu/packages/gimp.scm
@@ -90,7 +90,7 @@ provided, as well as a framework to add new color models and 
data types.")
 (define-public gegl
   (package
     (name "gegl")
-    (version "0.4.22")
+    (version "0.4.24")
     (source (origin
               (method url-fetch)
               (uri (list (string-append "https://download.gimp.org/pub/gegl/";
@@ -104,7 +104,7 @@ provided, as well as a framework to add new color models 
and data types.")
                                         "/gegl-" version ".tar.xz")))
               (sha256
                (base32
-                "0q9cckf90fb82qc5d496fjz459f1xw4j4p3rff1f57yivx0yr20q"))))
+                "0ji57s7cba94vzy49agn7x47ca61rccm6rif0cb0s6rl4ygljrbp"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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