me
/
guix
Archived
1
0
Fork 0

gnu: foot: Update to 1.9.2.

* gnu/packages/terminals.scm (foot): Update to 1.9.2.
master
Tobias Geerinckx-Rice 2021-11-02 18:37:17 +01:00
parent 1747bb4825
commit a40bb0afe0
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -739,7 +739,7 @@ eye-candy, customizable, and reasonably lightweight.")
(define-public foot
(package
(name "foot")
(version "1.6.3")
(version "1.9.2")
(home-page "https://codeberg.org/dnkl/foot")
(source (origin
(method git-fetch)
@ -747,7 +747,7 @@ eye-candy, customizable, and reasonably lightweight.")
(file-name (git-file-name name version))
(sha256
(base32
"0rm7w29wf3gipf69qf7s42qw8857z74gsigrpz9g6vvd1x58f03m"))))
"15h01ijx87i60bdgjjap1ymwlxggsxc6iziykh3bahj8432s1836"))))
(build-system meson-build-system)
(arguments
`(#:meson ,meson-0.55