mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
gnu: foot: Update to 1.20.0.
* gnu/packages/terminals.scm (foot): Update to 1.20.0. Change-Id: I160dbd9632bf68dce45fbe93eaad1054ef8ecd6f Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
parent
433a930b17
commit
8c11f8740a
1 changed files with 2 additions and 2 deletions
|
@ -851,7 +851,7 @@ (define-public cool-retro-term
|
|||
(define-public foot
|
||||
(package
|
||||
(name "foot")
|
||||
(version "1.19.0")
|
||||
(version "1.20.0")
|
||||
(home-page "https://codeberg.org/dnkl/foot")
|
||||
(source
|
||||
(origin
|
||||
|
@ -861,7 +861,7 @@ (define-public foot
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "02y7vdvs09vdsmich59v85y4y4kp3gmpxskj8js0va1in0v9b3hi"))))
|
||||
(base32 "1px5zym0ghcgr7v5sbn2nk4mfix7f2g52havh3m49x5zdh1krxbf"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue