guix_mirror_bot pushed a commit to branch master
in repository guix.

commit d112a3043e02c67dd53ae5e51251246e222a30ff
Author: Vinicius Monego <[email protected]>
AuthorDate: Tue Jun 3 06:47:29 2025 -0300

    gnu: gmic: Update to 3.5.5.
    
    * gnu/packages/image-processing.scm (gmic): Update to 3.5.5.
    
    Change-Id: Ib24e581bb1f9586d573531c3013fe00cda23607f
---
 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 964676bee3..46c7034148 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -794,14 +794,14 @@ due to its architecture which automatically parallelises 
the image workflows.")
 (define-public gmic
   (package
     (name "gmic")
-    (version "3.5.4")
+    (version "3.5.5")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://gmic.eu/files/source/gmic_";
                            version ".tar.gz"))
        (sha256
-        (base32 "1vxfap94vi53rf46c3w2vn0yrwfjr23ddjm23yq3yq00bjkilfky"))))
+        (base32 "1wyzq5g8kfnglb5l8ipzh6lhf4667vmcd88gd9vf55fdnvdrjygp"))))
     (build-system cmake-build-system)
     (arguments
      (list

Reply via email to