Archived
1
0
Fork 0

gnu: catimg: Update to 2.4.0.

* gnu/packages/image-viewers.scm (catimg): Update to 2.4.0.
This commit is contained in:
Tobias Geerinckx-Rice 2017-08-10 17:07:34 +02:00
parent 226685faa5
commit ddde3f6be1
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -256,7 +256,7 @@ your images. Among its features are:
(define-public catimg (define-public catimg
(package (package
(name "catimg") (name "catimg")
(version "2.3.2") (version "2.4.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -265,7 +265,7 @@ your images. Among its features are:
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0n78sl8mxyky9zcih2znzcnb9dbfmvmrdwzj73jcxfh531cgcpi9")))) "1rwgbq2imd5l4nql5hrz7rr5f4gz8aad1amlf0j3cxir8slpbd1y"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:tests? #f ; no tests `(#:tests? #f ; no tests