gnu: chafa: Update to 1.2.2.

* gnu/packages/image-viewers.scm (chafa): Update to 1.2.2.
This commit is contained in:
Tobias Geerinckx-Rice 2020-03-18 23:29:36 +01:00
parent 1b9e1648f6
commit f73c1a48ce
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -509,14 +509,14 @@ (define-public qview
(define-public chafa (define-public chafa
(package (package
(name "chafa") (name "chafa")
(version "1.2.1") (version "1.2.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://hpjansson.org/chafa/releases/chafa-" (uri (string-append "https://hpjansson.org/chafa/releases/chafa-"
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1hj4vdyczby8h52ff23qxl8ng18p5jy549idngpiddwszf5s4drz")))) "0aa7119514rhsak5i0kgvwllb9z74lnfzfn7dzfhs27fc8cvx1dg"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))