gnu: chafa: Update to 1.12.4.

* gnu/packages/image-viewers.scm (chafa): Update to 1.12.4.

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
kiasoc5 2022-11-25 14:37:35 -05:00 committed by Christopher Baines
parent 4b8f051478
commit 6fdcf2f77c
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -726,14 +726,14 @@ (define-public qview
(define-public chafa
(package
(name "chafa")
(version "1.8.0")
(version "1.12.4")
(source (origin
(method url-fetch)
(uri (string-append "https://hpjansson.org/chafa/releases/chafa-"
version ".tar.xz"))
(sha256
(base32
"0sr86bnrqcf6wxigrgsglv4fc79g5djmki20ih4hg8kbhcnnbzr1"))))
"0gsp39xnra331lk0db5pfqpdmqfhf7ii3a7yywj33sknf0dbsx4p"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config))