gnu: zimg: Update to 3.0.3.
* gnu/packages/image.scm (zimg): Update to 3.0.3.
This commit is contained in:
parent
8e30922767
commit
cab17c1c37
1 changed files with 2 additions and 2 deletions
|
@ -1456,7 +1456,7 @@ ISO/IEC 15444-1).")
|
||||||
(define-public zimg
|
(define-public zimg
|
||||||
(package
|
(package
|
||||||
(name "zimg")
|
(name "zimg")
|
||||||
(version "2.9.3")
|
(version "3.0.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1465,7 +1465,7 @@ ISO/IEC 15444-1).")
|
||||||
(commit (string-append "release-" version))))
|
(commit (string-append "release-" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1dqyrq3p8bkgvj4ci50ac342hjnhyz6xxvhiwp7wpi3v3nbj7s02"))))
|
(base32 "0pwgf1mybpa3fs13p6jryzm32vfldyql9biwaypqdcimlnlmyk20"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
`(("autoconf" ,autoconf)
|
||||||
|
|
Reference in a new issue