monego pushed a commit to branch master
in repository guix.
commit 25763ad4fce0efc008e36a1791589e8341bc5ad4
Author: Vinicius Monego <[email protected]>
AuthorDate: Wed Sep 11 17:24:32 2024 -0300
gnu: gmic: Update to 3.4.3.
* gnu/packages/image-processing.scm (gmic): Update to 3.4.3.
Change-Id: I9beeef77085c025b59cf16b53aef6d62cf540ace
---
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 3a7c67362f..90f78329f4 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -829,14 +829,14 @@ due to its architecture which automatically parallelises
the image workflows.")
(define-public gmic
(package
(name "gmic")
- (version "3.4.1")
+ (version "3.4.3")
(source
(origin
(method url-fetch)
(uri (string-append "https://gmic.eu/files/source/gmic_"
version ".tar.gz"))
(sha256
- (base32 "0kyr91y35l2fn4f7hx17n5j8pl63kw6ik9ap09pa2n9bdsbzrjcp"))))
+ (base32 "01s512sdhj8h5kyfx6y0lglm9x7kd99jwd8xmn5wca19vc31v5br"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f ;there are no tests