diff options
| author | Vinicius Monego <monego@posteo.net> | 2025-12-24 12:18:19 -0300 |
|---|---|---|
| committer | Vinicius Monego <monego@posteo.net> | 2025-12-24 19:40:41 -0300 |
| commit | 04adde463e686c578bb942a6212364bb54e5eea9 (patch) | |
| tree | 6026b3d5cdd261eb88a36ded7b606619b2fc347b | |
| parent | df9d07838a3ae06bdcc59f4c31a0f4b92b91d6f5 (diff) | |
gnu: gmic: Update to 3.6.5.
* gnu/packages/image-processing.scm (gmic): Update to 3.6.5.
Change-Id: I195bd513e7681e3f4273c67a3a032c01401d755f
| -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 9a8bb56cfb2..fc1ef17a074 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 |
