mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: libpng: Update to 1.6.29.
* gnu/packages/image.scm (libpng): Update to 1.6.29.
This commit is contained in:
parent
70800cd634
commit
8fda37bca1
1 changed files with 3 additions and 2 deletions
|
@ -66,7 +66,7 @@ (define-module (gnu packages image)
|
||||||
(define-public libpng
|
(define-public libpng
|
||||||
(package
|
(package
|
||||||
(name "libpng")
|
(name "libpng")
|
||||||
(version "1.6.28")
|
(version "1.6.29")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (list (string-append "mirror://sourceforge/libpng/libpng16/"
|
(uri (list (string-append "mirror://sourceforge/libpng/libpng16/"
|
||||||
|
@ -78,7 +78,8 @@ (define-public libpng
|
||||||
"ftp://ftp.simplesystems.org/pub/libpng/png/src/history"
|
"ftp://ftp.simplesystems.org/pub/libpng/png/src/history"
|
||||||
"/libpng16/libpng-" version ".tar.xz")))
|
"/libpng16/libpng-" version ".tar.xz")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0ylgyx93hnk38haqrh8prd3ax5ngzwvjqw5cxw7p9nxmwsfyrlyq"))))
|
(base32
|
||||||
|
"0fgjqp7x6jynacmqh6dj72cn6nnf6yxjfqqqfsxrx0pyx22bcia2"))))
|
||||||
(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 a new issue