gnu: libpng: Update to 1.6.39.

* gnu/packages/image.scm (libpng): Update to 1.6.39.

Change-Id: Ia851ed5fb00dc8f34e248d2f0020bea06c6e78af
This commit is contained in:
Maxim Cournoyer 2024-01-06 13:52:04 -05:00 committed by Ludovic Courtès
parent 4fd32212a3
commit 56ef338355
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -200,7 +200,7 @@ (define-public iqa
(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/"
@ -213,7 +213,7 @@ (define-public libpng
"/libpng16/libpng-" version ".tar.xz")))
(sha256
(base32
"1jl8in381z0128vgxnvn33nln6hzckl7l7j9nqvkaf1m9n1p0pjh"))))
"0dv90dxvmqpk7mbywyjbz8lh08cv4b0ksqp1y62mzvmlf379cihz"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--disable-static")))