diff options
author | Vinicius Monego <monego@posteo.net> | 2024-09-11 17:24:32 -0300 |
---|---|---|
committer | Vinicius Monego <monego@posteo.net> | 2024-12-21 14:52:58 -0300 |
commit | 25763ad4fce0efc008e36a1791589e8341bc5ad4 (patch) | |
tree | c6b33dc5a621d639611a056baba7454e8999dd74 | |
parent | e03e22a2d5cf35a150917d1ab8da1b5939685159 (diff) | |
download | guix-25763ad4fce0efc008e36a1791589e8341bc5ad4.tar.gz guix-25763ad4fce0efc008e36a1791589e8341bc5ad4.zip |
gnu: gmic: Update to 3.4.3.
* gnu/packages/image-processing.scm (gmic): Update to 3.4.3.
Change-Id: I9beeef77085c025b59cf16b53aef6d62cf540ace
-rw-r--r-- | gnu/packages/image-processing.scm | 4 |
1 files 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 |