mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: libpng: Update to 1.6.34.
* gnu/packages/image.scm (libpng): Update to 1.6.34.
This commit is contained in:
parent
2738dd99f9
commit
f19d9db538
1 changed files with 2 additions and 2 deletions
|
@ -71,7 +71,7 @@ (define-module (gnu packages image)
|
|||
(define-public libpng
|
||||
(package
|
||||
(name "libpng")
|
||||
(version "1.6.29")
|
||||
(version "1.6.34")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (list (string-append "mirror://sourceforge/libpng/libpng16/"
|
||||
|
@ -84,7 +84,7 @@ (define-public libpng
|
|||
"/libpng16/libpng-" version ".tar.xz")))
|
||||
(sha256
|
||||
(base32
|
||||
"0fgjqp7x6jynacmqh6dj72cn6nnf6yxjfqqqfsxrx0pyx22bcia2"))))
|
||||
"1xjr0v34fyjgnhvaa1zixcpx5yvxcg4zwvfh0fyklfyfj86rc7ig"))))
|
||||
(build-system gnu-build-system)
|
||||
|
||||
;; libpng.la says "-lz", so propagate it.
|
||||
|
|
Loading…
Reference in a new issue