guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: gmic: Update to 2.9.7.


From: guix-commits
Subject: 01/05: gnu: gmic: Update to 2.9.7.
Date: Sat, 10 Apr 2021 18:42:51 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit ce9fe5f9a27a1cefb40f91aa8eb4c8b690f3e13f
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Apr 10 20:21:43 2021 +0200

    gnu: gmic: Update to 2.9.7.
    
    * gnu/packages/image-processing.scm (gmic): Update to 2.9.7.
---
 gnu/packages/image-processing.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/image-processing.scm 
b/gnu/packages/image-processing.scm
index 2795eaf..ce2242a 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -622,14 +622,14 @@ due to its architecture which automatically parallelises 
the image workflows.")
 (define-public gmic
   (package
     (name "gmic")
-    (version "2.9.6")
+    (version "2.9.7")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://gmic.eu/files/source/gmic_";
                            version ".tar.gz"))
        (sha256
-        (base32 "06n1dcskky7aqg3a0cp7biwz8agc4xqvr8091l2wsvgib98yhbyj"))))
+        (base32 "05kzaplsl5qvxs7v6g73q0lq8dii8g6v77ap609188m7gr43f9cl"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f ;there are no tests



reply via email to

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