Skip to content
Snippets Groups Projects
Unverified Commit fc604eda authored by Leo Famulari's avatar Leo Famulari
Browse files

gnu: libpng-1.2: Update to 1.2.57 [security update].

* gnu/packages/image.scm (libpng-1.2): Update to 1.2.57.
[replacement]: New field.
parent 322e724b
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,8 @@ (define libpng/fixed
(define-public libpng-1.2
(package
(inherit libpng)
(version "1.2.56")
(replacement #f)
(version "1.2.57")
(source
(origin
(method url-fetch)
......@@ -111,7 +112,7 @@ (define-public libpng-1.2
"ftp://ftp.simplesystems.org/pub/libpng/png/src"
"/libpng12/libpng-" version ".tar.xz")))
(sha256
(base32 "1ghd03p353x0vi4dk83n1nlldg11w7vqdk3f99rkgfb82ic59ki4"))))))
(base32 "1n2lrzjkm5jhfg2bs10q398lkwbbx742fi27zgdgx0x23zhj0ihg"))))))
(define-public libjpeg
(package
......
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