gnu: catimg: Update to 2.3.2.

* gnu/packages/image-viewers.scm (catimg): Update to 2.3.2.
This commit is contained in:
Tobias Geerinckx-Rice 2017-07-07 00:30:21 +02:00
parent 642656a144
commit 5d3474c5a9
No known key found for this signature in database
GPG key ID: 91CCDB9B48541B99

View file

@ -250,7 +250,7 @@ (define-public viewnior
(define-public catimg (define-public catimg
(package (package
(name "catimg") (name "catimg")
(version "2.2.2") (version "2.3.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -259,7 +259,7 @@ (define-public catimg
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1abkhrhw4r221lwn2vb8in3vmp6gxn3qlv34cqndr55v5gdpb9qz")))) "0n78sl8mxyky9zcih2znzcnb9dbfmvmrdwzj73jcxfh531cgcpi9"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:tests? #f ; no tests `(#:tests? #f ; no tests