gnu: chafa: Update to 1.14.0.

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

Change-Id: I3640e1f71b265f26ee048cb1bc8099948c28a551
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
This commit is contained in:
kiasoc5 2024-02-10 23:35:37 -05:00 committed by John Kehayias
parent b8b149eb37
commit 6c300187a8
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

@ -743,14 +743,14 @@ (define-public qview
(define-public chafa
(package
(name "chafa")
(version "1.12.5")
(version "1.14.0")
(source (origin
(method url-fetch)
(uri (string-append "https://hpjansson.org/chafa/releases/chafa-"
version ".tar.xz"))
(sha256
(base32
"1wjp75l0qbikbdbvj8nlhl1gsakhx3309k0mdww6n2jh5bar0m0g"))))
"1170g2qkcj2amsfl7sn81r42lwb2hy4z15xxhy0lrkayig15a3k7"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config))