mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: foot: Update to 1.13.1.
* gnu/packages/terminals.scm (foot): Update to 1.13.1. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
f9a4923940
commit
a5c24b3191
1 changed files with 2 additions and 2 deletions
|
@ -838,7 +838,7 @@ (define-public cool-retro-term
|
|||
(define-public foot
|
||||
(package
|
||||
(name "foot")
|
||||
(version "1.12.1")
|
||||
(version "1.13.1")
|
||||
(home-page "https://codeberg.org/dnkl/foot")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
|
@ -846,7 +846,7 @@ (define-public foot
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"14jqs4sarxbrgi5pxz0afqa9jxq90cb5ayqd21qj2n65whqa5bpk"))))
|
||||
"0k0zbh6adwr99y9aazlyvp6s1k8zaq2j6x8kqb8q9a5qjjg56lay"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
`(;; Using a "release" build is recommended both for performance, and
|
||||
|
|
Loading…
Reference in a new issue