guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: libpng: Update to 1.6.39.


From: guix-commits
Subject: 01/02: gnu: libpng: Update to 1.6.39.
Date: Sat, 6 Jan 2024 14:07:59 -0500 (EST)

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

commit 34a63c891fc25f3c19ffd0329097bff2728ca039
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Jan 6 13:52:04 2024 -0500

    gnu: libpng: Update to 1.6.39.
    
    * gnu/packages/image.scm (libpng): Update to 1.6.39.
    
    Change-Id: Ia851ed5fb00dc8f34e248d2f0020bea06c6e78af
---
 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 221ac1faa6..53021aa426 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -198,7 +198,7 @@ code is Valgrind-clean and unit tested.")
 (define-public libpng
   (package
    (name "libpng")
-   (version "1.6.37")  ; Remember to also update libpng-apng if possible!
+   (version "1.6.39")  ; Remember to also update libpng-apng if possible!
    (source (origin
             (method url-fetch)
             (uri (list (string-append "mirror://sourceforge/libpng/libpng16/"
@@ -211,7 +211,7 @@ code is Valgrind-clean and unit tested.")
                         "/libpng16/libpng-" version ".tar.xz")))
             (sha256
              (base32
-              "1jl8in381z0128vgxnvn33nln6hzckl7l7j9nqvkaf1m9n1p0pjh"))))
+              "0dv90dxvmqpk7mbywyjbz8lh08cv4b0ksqp1y62mzvmlf379cihz"))))
    (build-system gnu-build-system)
    (arguments
     `(#:configure-flags '("--disable-static")))



reply via email to

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