Skip to content
Snippets Groups Projects
Commit c9b940cd authored by Andreas Enge's avatar Andreas Enge
Browse files

gnu: Update libpng to 1.5.14.

* gnu/packages/libpng.scm (libpng): Switch to version 1.5.14.
parent 4d60610a
No related branches found
No related tags found
No related merge requests found
......@@ -27,15 +27,15 @@ (define-module (gnu packages libpng)
(define-public libpng
(package
(name "libpng")
(version "1.5.13")
(version "1.5.14")
(source (origin
(method url-fetch)
(uri (string-append
"http://downloads.sourceforge.net/project/libpng/libpng15/"
version "/libpng-"
version ".tar.gz"))
version ".tar.xz"))
(sha256 (base32
"0dbh332qjhm3pa8m4ac73rk7dbbmigbqd3ch084m24ggg9qq4k0d"))))
"0m3vz3gig7s63zanq5b1dgb5ph12qm0cylw4g4fbxlsq3f74hn8l"))))
(build-system gnu-build-system)
(inputs `(("zlib" ,zlib)))
(synopsis "Libpng, a library for handling PNG files")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment