guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: gmic: Update to 2.9.2.


From: guix-commits
Subject: 03/03: gnu: gmic: Update to 2.9.2.
Date: Fri, 4 Sep 2020 14:57:02 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 84479dccd1cdfeec221dbaef22e4de4e4663a7c1
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Sep 4 20:55:36 2020 +0200

    gnu: gmic: Update to 2.9.2.
    
    * gnu/packages/image-processing.scm (gmic): Update to 2.9.2.
---
 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 cd580d5..9158e14 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -568,14 +568,14 @@ due to its architecture which automatically parallelises 
the image workflows.")
 (define-public gmic
   (package
     (name "gmic")
-    (version "2.9.1")
+    (version "2.9.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://gmic.eu/files/source/gmic_";
                            version ".tar.gz"))
        (sha256
-        (base32 "13axx7nwchn6ysgpvlw3fib474q4nrwv3qn20g3q03ldid0xvjah"))))
+        (base32 "14acph914a8lp6qqfmp319ggqjg3i3hmalmnpk3mp07m7vpv2p9q"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f))                    ;there are no tests



reply via email to

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