me
/
guix
Archived
1
0
Fork 0

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>
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -743,14 +743,14 @@ preloading.")
(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))