mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: gmic: Update to 3.4.1.
* gnu/packages/image-processing.scm (gmic): Update to 3.4.1. Change-Id: I8c758f27fa21b497b8c1493c309bdf4cf709c0cc
This commit is contained in:
parent
94303dd21c
commit
5312f34f70
1 changed files with 2 additions and 2 deletions
|
@ -825,14 +825,14 @@ due to its architecture which automatically parallelises the image workflows.")
|
||||||
(define-public gmic
|
(define-public gmic
|
||||||
(package
|
(package
|
||||||
(name "gmic")
|
(name "gmic")
|
||||||
(version "3.4.0")
|
(version "3.4.1")
|
||||||
(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 "0akrrpkwkc8d7f2r3nqr36cjd926zk221yppi1bmv4yvydx0hvyz"))))
|
(base32 "0kyr91y35l2fn4f7hx17n5j8pl63kw6ik9ap09pa2n9bdsbzrjcp"))))
|
||||||
(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…
Add table
Add a link
Reference in a new issue