gnu: zimg: Update to 2.5.

* gnu/packages/image.scm (zimg): Update to 2.5.
master
Efraim Flashner 2017-03-21 22:35:32 +02:00
parent 36f666c63d
commit 60092c181c
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 2 additions and 2 deletions

View File

@ -971,7 +971,7 @@ ISO/IEC 15444-1).")
(define-public zimg
(package
(name "zimg")
(version "2.3")
(version "2.5")
(source
(origin
(method url-fetch)
@ -980,7 +980,7 @@ ISO/IEC 15444-1).")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1yh6kkq8596a9cxcmcxzqvwbwmxwqapwsq31xpccznw6z62j75h9"))))
"0kbq2dy659645fmgxpzg38b6y6x82kwkydhc380kdkaikv2brcjh"))))
(build-system gnu-build-system)
(native-inputs
`(("autoconf" ,autoconf)