[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: address@hidden: Update to 1.2.59.
From: |
Leo Famulari |
Subject: |
01/01: gnu: address@hidden: Update to 1.2.59. |
Date: |
Thu, 5 Oct 2017 10:43:37 -0400 (EDT) |
lfam pushed a commit to branch master
in repository guix.
commit 6cdd8c97b7d22d8c719e785a9948ed5832fe2448
Author: Leo Famulari <address@hidden>
Date: Thu Oct 5 10:42:07 2017 -0400
gnu: address@hidden: Update to 1.2.59.
* gnu/packages/image.scm (libpng-1.2): Update to 1.2.59.
---
gnu/packages/image.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index e525c75..5dbf5b1 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -167,7 +167,7 @@ APNG patch provides APNG support to libpng.")
(define-public libpng-1.2
(package
(inherit libpng)
- (version "1.2.57")
+ (version "1.2.59")
(source
(origin
(method url-fetch)
@@ -180,7 +180,8 @@ APNG patch provides APNG support to libpng.")
"ftp://ftp.simplesystems.org/pub/libpng/png/src/history"
"/libpng12/libpng-" version ".tar.xz")))
(sha256
- (base32 "1n2lrzjkm5jhfg2bs10q398lkwbbx742fi27zgdgx0x23zhj0ihg"))))))
+ (base32
+ "1izw9ybm27llk8531w6h4jp4rk2rxy2s9vil16nwik5dp0amyqxl"))))))
(define-public r-png
(package