diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2023-06-18 12:43:10 +0900 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-06-21 00:10:50 +0200 |
commit | da4305e9b3d65cf698a6987bd7be7905785bf06c (patch) | |
tree | 10ffa3ba8972dc56820bf681d765f3d6215f1bf9 /gnu/packages/terminals.scm | |
parent | d67c85324dedcc33a56b146c8a51b5eec83aafe9 (diff) | |
download | guix-da4305e9b3d65cf698a6987bd7be7905785bf06c.tar.gz |
gnu: go-github-com-mattn-go-runewidth: Update to 0.0.14.
* gnu/packages/golang.scm (go-github-com-mattn-go-runewidth): Update to 0.0.14. (go-github.com-mattn-go-runewidth): Remove, and change users to to refer to 'go-github-com-mattn-go-runewidth'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/terminals.scm')
-rw-r--r-- | gnu/packages/terminals.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm index 9831ddbe2b..a3fa39e5da 100644 --- a/gnu/packages/terminals.scm +++ b/gnu/packages/terminals.scm @@ -992,7 +992,7 @@ minimalistic.") (arguments '(#:import-path "github.com/nsf/termbox-go")) (propagated-inputs - (list go-github.com-mattn-go-runewidth)) + (list go-github-com-mattn-go-runewidth)) (synopsis "@code{termbox} provides a minimal API for text-based user interfaces") (description @@ -1019,7 +1019,7 @@ programmer to write text-based user interfaces.") (arguments `(#:import-path "github.com/junegunn/fzf")) (inputs - (list go-github.com-mattn-go-runewidth + (list go-github-com-mattn-go-runewidth go-github-com-mattn-go-shellwords go-github-com-mattn-go-isatty go-github-com-gdamore-tcell |