gnu: gmic: Update to 3.3.5.

* gnu/packages/image-processing.scm (gmic): Update to 3.3.5.

Change-Id: I5e5ced3044ff92bbf66bc4dde5506fac1b883f0b
This commit is contained in:
Vinicius Monego 2024-03-15 20:51:40 -03:00
parent 8d4aae6e0d
commit c89248cc50
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

@ -832,14 +832,14 @@ (define-public vips
(define-public gmic (define-public gmic
(package (package
(name "gmic") (name "gmic")
(version "3.3.3") (version "3.3.5")
(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 "0pb474cdlxcp3m7gkxrfpnblag6r3wny7vih44gdyy2q8zb3ffch")))) (base32 "06vcwn8c8zhr1j0jy79an1f6vvjh47ipm19a20g3qsnxv7h5c905"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:tests? #f ;there are no tests `(#:tests? #f ;there are no tests
@ -865,7 +865,6 @@ (define-public gmic
libpng libpng
libtiff libtiff
libx11 libx11
;;opencv ;OpenCV is currently broken in the CI
openexr openexr
zlib)) zlib))
(home-page "https://gmic.eu/") (home-page "https://gmic.eu/")