guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/14: gnu: libpng: Update to 1.6.36.


From: guix-commits
Subject: 08/14: gnu: libpng: Update to 1.6.36.
Date: Thu, 7 Feb 2019 18:02:43 -0500 (EST)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 28a873f2084db159ebf1d9a03d86884ed971a810
Author: Marius Bakke <address@hidden>
Date:   Thu Feb 7 21:15:29 2019 +0100

    gnu: libpng: Update to 1.6.36.
    
    * gnu/packages/image.scm (libpng): Update to 1.6.36.
---
 gnu/packages/image.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index adec68a..5975fc1 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]