mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: libimagequant: Update to 2.12.5.
* gnu/packages/image.scm (libimagequant): Update to 2.12.5.
This commit is contained in:
parent
252f44ffd9
commit
ba362ec867
1 changed files with 4 additions and 4 deletions
|
@ -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,7 +306,7 @@ (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
|
||||
|
|
Loading…
Reference in a new issue