gnu: libimagequant: Update to 2.12.5.

* gnu/packages/image.scm (libimagequant): Update to 2.12.5.
This commit is contained in:
Tobias Geerinckx-Rice 2019-12-04 01:44:45 +01:00
parent 252f44ffd9
commit ba362ec867
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -297,7 +297,7 @@ (define-public pnglite
(define-public libimagequant (define-public libimagequant
(package (package
(name "libimagequant") (name "libimagequant")
(version "2.12.3") (version "2.12.5")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -306,17 +306,17 @@ (define-public libimagequant
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0qsfq1kv1m5jzn9v9iz0bac66k4clcis1c9877qabnwzwmwma5v0")))) (base32 "0cp68w04ja5pv77ssfafsn958w9hh9zb8crrlb5j3gsrcmdc032k"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:tests? #f)) ; no check target '(#:tests? #f)) ; no check target
(home-page "https://pngquant.org/lib/") (home-page "https://pngquant.org/lib/")
(synopsis "Image palette quantization library") (synopsis "Image palette quantization library")
(description "libimagequant is a small, portable C library for (description "libimagequant is a small, portable C library for
high-quality conversion of RGBA images to 8-bit indexed-color (palette) high-quality conversion of RGBA images to 8-bit indexed-color (palette)
images. This library can significantly reduces file sizes and powers pngquant images. This library can significantly reduces file sizes and powers pngquant
and other PNG optimizers.") and other PNG optimizers.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public pngquant (define-public pngquant
(package (package