gnu: zimg: Update to 2.3.

* gnu/packages/image.scm (zimg): Update to 2.3.
master
Efraim Flashner 2016-10-18 00:07:20 +03:00
parent b333d00c35
commit 8ee04627d8
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 3 additions and 3 deletions

View File

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