gnu: gmic: Update source hash.
Fixes: https://issues.guix.gnu.org/71970 * gnu/packages/image-processing.scm (gmic): Update source hash. Change-Id: Id7ad742086139263d5677339f1c7b91de350a3f2master
parent
7692608e05
commit
cf234330bd
|
@ -820,7 +820,7 @@ due to its architecture which automatically parallelises the image workflows.")
|
||||||
(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 "1c2j1prsnsks5cglk0vrwaclifk6mlxmrc88wqc96xi7cmwwjmf3"))))
|
(base32 "0akrrpkwkc8d7f2r3nqr36cjd926zk221yppi1bmv4yvydx0hvyz"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ;there are no tests
|
`(#:tests? #f ;there are no tests
|
||||||
|
|
Reference in New Issue