mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: chafa: Update to 1.12.5.
* gnu/packages/image-viewers.scm (chafa): Update to 1.12.5.
This commit is contained in:
parent
d2cf631651
commit
56628d0af1
1 changed files with 2 additions and 2 deletions
|
@ -742,14 +742,14 @@ (define-public qview
|
||||||
(define-public chafa
|
(define-public chafa
|
||||||
(package
|
(package
|
||||||
(name "chafa")
|
(name "chafa")
|
||||||
(version "1.12.4")
|
(version "1.12.5")
|
||||||
(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
|
||||||
"0gsp39xnra331lk0db5pfqpdmqfhf7ii3a7yywj33sknf0dbsx4p"))))
|
"1wjp75l0qbikbdbvj8nlhl1gsakhx3309k0mdww6n2jh5bar0m0g"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config))
|
(list pkg-config))
|
||||||
|
|
Loading…
Reference in a new issue