mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
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:
parent
b8b149eb37
commit
6c300187a8
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue