mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: libimagequant: Update to 2.12.6.
* gnu/packages/image.scm (libimagequant): Update to 2.12.6.
This commit is contained in:
parent
6a638349a0
commit
d6f1e81356
1 changed files with 2 additions and 2 deletions
|
@ -336,7 +336,7 @@ (define-public pnglite
|
|||
(define-public libimagequant
|
||||
(package
|
||||
(name "libimagequant")
|
||||
(version "2.12.5")
|
||||
(version "2.12.6")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -345,7 +345,7 @@ (define-public libimagequant
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0cp68w04ja5pv77ssfafsn958w9hh9zb8crrlb5j3gsrcmdc032k"))))
|
||||
(base32 "00w7fny3xf14cfyhbdnmqyh9ddqdh1irvgzxd35a2z65kp7vnvj0"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:tests? #f)) ; no check target
|
||||
|
|
Loading…
Reference in a new issue