me
/
guix
Archived
1
0
Fork 0

gnu: zimg: Update to 2.9.3.

* gnu/packages/image.scm (zimg): Update to 2.9.3.
master
Tobias Geerinckx-Rice 2020-03-07 01:37:17 +01:00
parent 290fe81ddc
commit fc10386909
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1291,7 +1291,7 @@ ISO/IEC 15444-1).")
(define-public zimg
(package
(name "zimg")
(version "2.9.2")
(version "2.9.3")
(source
(origin
(method git-fetch)
@ -1300,7 +1300,7 @@ ISO/IEC 15444-1).")
(commit (string-append "release-" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0jlgrlfs9maixd8mx7gk2kfawz8ixnihkxi7vhyzfy1gq49vmxm2"))))
(base32 "1dqyrq3p8bkgvj4ci50ac342hjnhyz6xxvhiwp7wpi3v3nbj7s02"))))
(build-system gnu-build-system)
(native-inputs
`(("autoconf" ,autoconf)