gnu: zimg: Update to 3.0.3.

* gnu/packages/image.scm (zimg): Update to 3.0.3.
This commit is contained in:
Guillaume Le Vaillant 2021-10-25 13:58:57 +02:00
parent 8e30922767
commit cab17c1c37
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -1456,7 +1456,7 @@ (define-public jasper
(define-public zimg
(package
(name "zimg")
(version "2.9.3")
(version "3.0.3")
(source
(origin
(method git-fetch)
@ -1465,7 +1465,7 @@ (define-public zimg
(commit (string-append "release-" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1dqyrq3p8bkgvj4ci50ac342hjnhyz6xxvhiwp7wpi3v3nbj7s02"))))
(base32 "0pwgf1mybpa3fs13p6jryzm32vfldyql9biwaypqdcimlnlmyk20"))))
(build-system gnu-build-system)
(native-inputs
`(("autoconf" ,autoconf)