guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 04adde463e686c578bb942a6212364bb54e5eea9
Author: Vinicius Monego <[email protected]>
AuthorDate: Wed Dec 24 12:18:19 2025 -0300

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

Reply via email to