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