guix-commits
[Top][All Lists]
Advanced

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

06/10: gnu: gegl: Update to 0.4.14.


From: guix-commits
Subject: 06/10: gnu: gegl: Update to 0.4.14.
Date: Mon, 4 Mar 2019 18:30:38 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 77593a444fae42b2368f3ff11b4f76c40fed0e74
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Mar 4 22:56:51 2019 +0100

    gnu: gegl: Update to 0.4.14.
    
    * gnu/packages/gimp.scm (gegl): Update to 0.4.14.
---
 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 9f0a87a..575666f 100644
--- a/gnu/packages/gimp.scm
+++ b/gnu/packages/gimp.scm
@@ -80,7 +80,7 @@ provided, as well as a framework to add new color models and 
data types.")
 (define-public gegl
   (package
     (name "gegl")
-    (version "0.4.12")
+    (version "0.4.14")
     (source (origin
               (method url-fetch)
               (uri (list (string-append "https://download.gimp.org/pub/gegl/";
@@ -88,7 +88,7 @@ provided, as well as a framework to add new color models and 
data types.")
                                         "/gegl-" version ".tar.bz2")))
               (sha256
                (base32
-                "0ljqxc4iyy2hrj31pxcy1xp4xm5zbx1nigqisphmg4p8mcz2jrz9"))))
+                "00crhngwi07f5b9x77kx5p7p4cl6l5g6glpz9rqv7pfqk62xa0ac"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("LDFLAGS=-lm")))



reply via email to

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