gnu: zimg: Update to 2.2.1.

* gnu/packages/image.scm (zimg): Update to 2.2.1.
master
Leo Famulari 2016-09-11 12:51:22 -04:00
parent 35eade9cf3
commit 4d4a6ed775
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

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