z572 pushed a commit to branch master
in repository guix.

commit cf234330bdd703cf3da7fc5bc26d38d207201401
Author: Zheng Junjie <zhengjun...@iscas.ac.cn>
AuthorDate: Sun Jul 7 15:39:55 2024 +0800

    gnu: gmic: Update source hash.
    
    Fixes: https://issues.guix.gnu.org/71970
    
    * gnu/packages/image-processing.scm (gmic): Update source hash.
    
    Change-Id: Id7ad742086139263d5677339f1c7b91de350a3f2
---
 gnu/packages/image-processing.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/image-processing.scm 
b/gnu/packages/image-processing.scm
index b7d901b88f..65bf701f09 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -820,7 +820,7 @@ due to its architecture which automatically parallelises 
the image workflows.")
        (uri (string-append "https://gmic.eu/files/source/gmic_";
                            version ".tar.gz"))
        (sha256
-        (base32 "1c2j1prsnsks5cglk0vrwaclifk6mlxmrc88wqc96xi7cmwwjmf3"))))
+        (base32 "0akrrpkwkc8d7f2r3nqr36cjd926zk221yppi1bmv4yvydx0hvyz"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f ;there are no tests

Reply via email to