gnu: libpng: Update to 1.6.25.
* gnu/packages/image.scm (libpng): Update to 1.6.25.
This commit is contained in:
parent
ce0b822e05
commit
a2f3c614f4
|
@ -53,18 +53,18 @@
|
||||||
(define-public libpng
|
(define-public libpng
|
||||||
(package
|
(package
|
||||||
(name "libpng")
|
(name "libpng")
|
||||||
(version "1.5.26")
|
(version "1.6.25")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
|
||||||
;; Note: upstream removes older tarballs.
|
;; Note: upstream removes older tarballs.
|
||||||
(uri (list (string-append "mirror://sourceforge/libpng/libpng15/"
|
(uri (list (string-append "mirror://sourceforge/libpng/libpng16/"
|
||||||
version "/libpng-" version ".tar.xz")
|
version "/libpng-" version ".tar.xz")
|
||||||
(string-append
|
(string-append
|
||||||
"ftp://ftp.simplesystems.org/pub/libpng/png/src"
|
"ftp://ftp.simplesystems.org/pub/libpng/png/src"
|
||||||
"/libpng15/libpng-" version ".tar.xz")))
|
"/libpng15/libpng-" version ".tar.xz")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0kbissyd7d4ahwdpm968nnzl7q15p6hadg44i9x0vrkrzdgdi93v"))))
|
(base32 "04c8inn745hw25wz2dc5vll5n5d2gsndj01i4srwzgz8861qvzh9"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
|
||||||
;; libpng.la says "-lz", so propagate it.
|
;; libpng.la says "-lz", so propagate it.
|
||||||
|
|
Loading…
Reference in New Issue