diff options
| author | Vinicius Monego <monego@posteo.net> | 2026-03-22 10:49:32 -0300 |
|---|---|---|
| committer | Vinicius Monego <monego@posteo.net> | 2026-03-22 13:05:34 -0300 |
| commit | 7c32b662c32bf969eb5ec369570b2dd443c6255c (patch) | |
| tree | c63b0473eb4cc7b03b6b7c45b5c153d8c77ed0d4 | |
| parent | f11bfbbd3df416d88acd9c95d7628202ea9d4f1c (diff) | |
gnu: gmic: Update to 3.7.4.
* gnu/packages/image-processing.scm (gmic): Update to 3.7.4.
Change-Id: I6728deae1249ad0d0200592d710d2fcab69f963a
| -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 c815e732ab6..a1b50f37274 100644 --- a/gnu/packages/image-processing.scm +++ b/gnu/packages/image-processing.scm @@ -928,14 +928,14 @@ due to its architecture which automatically parallelises the image workflows.") (define-public gmic (package (name "gmic") - (version "3.7.2") + (version "3.7.4") (source (origin (method url-fetch) (uri (string-append "https://gmic.eu/files/source/gmic_" version ".tar.gz")) (sha256 - (base32 "0bxkc4l8pychlkifxxm7qj4hj2fk67fc1wk46n9vp2y89p61hw2b")))) + (base32 "1pwa76ad5m5c3i4d3kxwd6g68fqpb5qzhb89hgkcicr6gckfbw7r")))) (build-system cmake-build-system) (arguments (list |
