mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: gmic: Update to 3.5.4.
* gnu/packages/image-processing.scm (gmic): Update to 3.5.4. Change-Id: Ie99eef2cfb62e7ba8d6953fe94d2af64a2f5dc68
This commit is contained in:
parent
de776cb181
commit
d39c2b8d49
1 changed files with 2 additions and 2 deletions
|
@ -799,14 +799,14 @@ due to its architecture which automatically parallelises the image workflows.")
|
|||
(define-public gmic
|
||||
(package
|
||||
(name "gmic")
|
||||
(version "3.5.3")
|
||||
(version "3.5.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://gmic.eu/files/source/gmic_"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0hk4c1a8cwyc5zwb84asr0wafapq9aqkpw104v5c1iqd9nn7q6p9"))))
|
||||
(base32 "1vxfap94vi53rf46c3w2vn0yrwfjr23ddjm23yq3yq00bjkilfky"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue