gnu: chafa: Update to 1.2.1.
* gnu/packages/image-viewers.scm (chafa): Update to 1.2.1.
This commit is contained in:
parent
7323def37d
commit
29b60130d8
|
@ -501,14 +501,14 @@ preloading.")
|
||||||
(define-public chafa
|
(define-public chafa
|
||||||
(package
|
(package
|
||||||
(name "chafa")
|
(name "chafa")
|
||||||
(version "1.0.1")
|
(version "1.2.1")
|
||||||
(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
|
||||||
"00cf2z52az0z6bzc3hfm4l8infipy5ck410wqmbaybd2csjr3m29"))))
|
"1hj4vdyczby8h52ff23qxl8ng18p5jy549idngpiddwszf5s4drz"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
|
|
Loading…
Reference in New Issue