diff options
author | Vinicius Monego <[email protected]> | 2021-03-05 01:50:55 -0300 |
---|---|---|
committer | Nicolas Goaziou <[email protected]> | 2021-03-06 13:58:47 +0100 |
commit | 5dc130c465c9e0f8c000ded874c9220a97f9bcc4 (patch) | |
tree | c556669ce6a8abb2d61195dcee25f99e14273ef1 /gnu/packages/image-processing.scm | |
parent | cdc688c5ee106b7ee2547e4abd74ab81d7702d3d (diff) |
gnu: gmic: Update to 2.9.6.
* gnu/packages/image-processing.scm (gmic): Update to 2.9.6.
Signed-off-by: Nicolas Goaziou <[email protected]>
Diffstat (limited to 'gnu/packages/image-processing.scm')
-rw-r--r-- | gnu/packages/image-processing.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/image-processing.scm b/gnu/packages/image-processing.scm index c3ea8491d9..0b5c792b56 100644 --- a/gnu/packages/image-processing.scm +++ b/gnu/packages/image-processing.scm @@ -9,7 +9,7 @@ ;;; Copyright © 2018 Lprndn <[email protected]> ;;; Copyright © 2019, 2021 Efraim Flashner <[email protected]> ;;; Copyright © 2020 Vincent Legoll <[email protected]> -;;; Copyright © 2020 Vinicius Monego <[email protected]> +;;; Copyright © 2020, 2021 Vinicius Monego <[email protected]> ;;; Copyright © 2020 Pierre Neidhardt <[email protected]> ;;; Copyright © 2020 Brendan Tildesley <[email protected]> ;;; Copyright © 2021 Oleh Malyi <[email protected]> @@ -603,14 +603,14 @@ due to its architecture which automatically parallelises the image workflows.") (define-public gmic (package (name "gmic") - (version "2.9.2") + (version "2.9.6") (source (origin (method url-fetch) (uri (string-append "https://gmic.eu/files/source/gmic_" version ".tar.gz")) (sha256 - (base32 "14acph914a8lp6qqfmp319ggqjg3i3hmalmnpk3mp07m7vpv2p9q")))) + (base32 "06n1dcskky7aqg3a0cp7biwz8agc4xqvr8091l2wsvgib98yhbyj")))) (build-system cmake-build-system) (arguments `(#:tests? #f)) ;there are no tests |