mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: foot: Update to 1.24.0.
* gnu/packages/terminals.scm (foot): Update to 1.24.0. Closes: #2664 Change-Id: Ida185b89cb26db633fa336e8b7ca705a46822a06 Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
2582b3f21c
commit
b0692c6ee6
1 changed files with 2 additions and 2 deletions
|
|
@ -854,7 +854,7 @@ eye-candy, customizable, and reasonably lightweight.")
|
|||
(define-public foot
|
||||
(package
|
||||
(name "foot")
|
||||
(version "1.23.1")
|
||||
(version "1.24.0")
|
||||
(home-page "https://codeberg.org/dnkl/foot")
|
||||
(source
|
||||
(origin
|
||||
|
|
@ -864,7 +864,7 @@ eye-candy, customizable, and reasonably lightweight.")
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1rs0i8i6li38sdf1nqp4jkq6a7i7zwn14hibrxpry0hjnbiypwcc"))))
|
||||
(base32 "1fgwdx122s5x44lvg7l4v5mkfq6llzvx9kpqm0kiqa1bdykpdv5r"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue