gnu: foot: Update to 1.14.0.
* gnu/packages/terminals.scm (foot): Update to 1.14.0. Signed-off-by: Jelle Licht <jlicht@fsfe.org>
This commit is contained in:
parent
2b99492f5d
commit
5f024ef3af
1 changed files with 2 additions and 2 deletions
|
@ -843,7 +843,7 @@ eye-candy, customizable, and reasonably lightweight.")
|
||||||
(define-public foot
|
(define-public foot
|
||||||
(package
|
(package
|
||||||
(name "foot")
|
(name "foot")
|
||||||
(version "1.13.1")
|
(version "1.14.0")
|
||||||
(home-page "https://codeberg.org/dnkl/foot")
|
(home-page "https://codeberg.org/dnkl/foot")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -851,7 +851,7 @@ eye-candy, customizable, and reasonably lightweight.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0k0zbh6adwr99y9aazlyvp6s1k8zaq2j6x8kqb8q9a5qjjg56lay"))))
|
"1187805pxygyl547w75i4cl37kaw8y8ng11r5qqldv6fm74k31mk"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(;; Using a "release" build is recommended both for performance, and
|
`(;; Using a "release" build is recommended both for performance, and
|
||||||
|
|
Reference in a new issue