mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: foot: Update to 1.15.1.
* gnu/packages/terminals.scm (foot): Update to 1.15.1.
This commit is contained in:
parent
b56fe521de
commit
03ae5bb866
1 changed files with 2 additions and 2 deletions
|
@ -842,7 +842,7 @@ (define-public cool-retro-term
|
|||
(define-public foot
|
||||
(package
|
||||
(name "foot")
|
||||
(version "1.14.0")
|
||||
(version "1.15.1")
|
||||
(home-page "https://codeberg.org/dnkl/foot")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
|
@ -850,7 +850,7 @@ (define-public foot
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1187805pxygyl547w75i4cl37kaw8y8ng11r5qqldv6fm74k31mk"))))
|
||||
"1h2gbnfikqpgr9ylwl5wpyzgcgzfxnbi83j33rxx2ppy54yjcb30"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
`(;; Using a "release" build is recommended both for performance, and
|
||||
|
|
Loading…
Reference in a new issue