guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: gegl: Update to 0.4.42


From: guix-commits
Subject: branch master updated: gnu: gegl: Update to 0.4.42
Date: Tue, 07 Mar 2023 12:55:11 -0500

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 42b2766e3a gnu: gegl: Update to 0.4.42
42b2766e3a is described below

commit 42b2766e3af756e17f7b1dee880a8148f4c7f4f1
Author: Andy Tai <atai@atai.org>
AuthorDate: Fri Mar 3 22:40:11 2023 -0800

    gnu: gegl: Update to 0.4.42
    
    * gnu/packages/gimp.scm (gegl):  Update to 0.4.42
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 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 69281f98e9..af5adb8bfd 100644
--- a/gnu/packages/gimp.scm
+++ b/gnu/packages/gimp.scm
@@ -215,7 +215,7 @@ provided, as well as a framework to add new color models 
and data types.")
 (define-public gegl
   (package
     (name "gegl")
-    (version "0.4.36")
+    (version "0.4.42")
     (source
      (origin
        (method url-fetch)
@@ -229,7 +229,7 @@ provided, as well as a framework to add new color models 
and data types.")
                                  (version-major+minor version)
                                  "/gegl-" version ".tar.xz")))
        (sha256
-        (base32 "19ic3fv0j8ysxxw7bx7gy3l8l8l9ldrvbzxfmmc24w67vh68mmbg"))))
+        (base32 "0bg0vlmj4n9x1291b9fsjqxsal192zlg48pa57f6xid6p863ma5b"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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