diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-09-16 00:29:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-09-16 00:29:39 +0200 |
commit | d6f1e8135676a4d38fda9927434999312b60ba21 (patch) | |
tree | 0ea7ce504a9ae007701bb6257b3b195e89a3f107 | |
parent | 6a638349a0488785a10c657b8b66eca2b78bf212 (diff) | |
download | guix-d6f1e8135676a4d38fda9927434999312b60ba21.tar guix-d6f1e8135676a4d38fda9927434999312b60ba21.tar.gz |
gnu: libimagequant: Update to 2.12.6.
* gnu/packages/image.scm (libimagequant): Update to 2.12.6.
-rw-r--r-- | gnu/packages/image.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm index 4606cc77b2..ff434bb6c9 100644 --- a/gnu/packages/image.scm +++ b/gnu/packages/image.scm @@ -336,7 +336,7 @@ Currently all documentation resides in @file{pnglite.h}.") (define-public libimagequant (package (name "libimagequant") - (version "2.12.5") + (version "2.12.6") (source (origin (method git-fetch) @@ -345,7 +345,7 @@ Currently all documentation resides in @file{pnglite.h}.") (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 |