gnu: catimg: Update to 2.5.0.

* gnu/packages/image-viewers.scm (catimg): Update to 2.5.0.
master
Tobias Geerinckx-Rice 2019-03-16 18:20:19 +01:00
parent 56d2007ea9
commit cdee738e49
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 4 deletions

View File

@ -285,17 +285,16 @@ your images. Among its features are:
(define-public catimg
(package
(name "catimg")
(version "2.4.0")
(version "2.5.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/posva/catimg.git")
(commit (string-append "v" version))))
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"1sk74nfc1aklg784pzknr37dyz4k7h9fck3mifpn43rav5qy2zpy"))))
(base32 "0n74iczzgxrcq3zpa7ndycb9rinm829yvf81c747q4ngv5q6pzcm"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f ; no tests