mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: libpng@1.2: Update to 1.2.59.
* gnu/packages/image.scm (libpng-1.2): Update to 1.2.59.
This commit is contained in:
parent
eb93f1c9c4
commit
6cdd8c97b7
1 changed files with 3 additions and 2 deletions
|
@ -167,7 +167,7 @@ (define (apply-patch file)
|
||||||
(define-public libpng-1.2
|
(define-public libpng-1.2
|
||||||
(package
|
(package
|
||||||
(inherit libpng)
|
(inherit libpng)
|
||||||
(version "1.2.57")
|
(version "1.2.59")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -180,7 +180,8 @@ (define-public libpng-1.2
|
||||||
"ftp://ftp.simplesystems.org/pub/libpng/png/src/history"
|
"ftp://ftp.simplesystems.org/pub/libpng/png/src/history"
|
||||||
"/libpng12/libpng-" version ".tar.xz")))
|
"/libpng12/libpng-" version ".tar.xz")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1n2lrzjkm5jhfg2bs10q398lkwbbx742fi27zgdgx0x23zhj0ihg"))))))
|
(base32
|
||||||
|
"1izw9ybm27llk8531w6h4jp4rk2rxy2s9vil16nwik5dp0amyqxl"))))))
|
||||||
|
|
||||||
(define-public r-png
|
(define-public r-png
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue