gnu: libpng: Update to 1.6.36.

* gnu/packages/image.scm (libpng): Update to 1.6.36.
master
Marius Bakke 2019-02-07 21:15:29 +01:00
parent dfc941a943
commit 28a873f208
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -86,7 +86,7 @@
(define-public libpng
(package
(name "libpng")
(version "1.6.34")
(version "1.6.36")
(source (origin
(method url-fetch)
(uri (list (string-append "mirror://sourceforge/libpng/libpng16/"
@ -99,7 +99,7 @@
"/libpng16/libpng-" version ".tar.xz")))
(sha256
(base32
"1xjr0v34fyjgnhvaa1zixcpx5yvxcg4zwvfh0fyklfyfj86rc7ig"))))
"06d35a3xz2a0kph82r56hqm1fn8fbwrqs07xzmr93dx63x695szc"))))
(build-system gnu-build-system)
;; libpng.la says "-lz", so propagate it.