mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: gmic: Update to 2.9.7.
* gnu/packages/image-processing.scm (gmic): Update to 2.9.7.
This commit is contained in:
parent
96026bdb8f
commit
ce9fe5f9a2
1 changed files with 2 additions and 2 deletions
|
@ -622,14 +622,14 @@ (define-public vips
|
||||||
(define-public gmic
|
(define-public gmic
|
||||||
(package
|
(package
|
||||||
(name "gmic")
|
(name "gmic")
|
||||||
(version "2.9.6")
|
(version "2.9.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://gmic.eu/files/source/gmic_"
|
(uri (string-append "https://gmic.eu/files/source/gmic_"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "06n1dcskky7aqg3a0cp7biwz8agc4xqvr8091l2wsvgib98yhbyj"))))
|
(base32 "05kzaplsl5qvxs7v6g73q0lq8dii8g6v77ap609188m7gr43f9cl"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ;there are no tests
|
`(#:tests? #f ;there are no tests
|
||||||
|
|
Loading…
Reference in a new issue