diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-02-25 23:04:25 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-05-26 16:50:22 +0100 |
commit | fb6b8bfc880d4199533d15438a13c70e961a1d80 (patch) | |
tree | a48925d689848faacffa093cc7ff374c8a691704 | |
parent | f9e384867bc86736a65acb88a01ee3e0f0f61de7 (diff) |
gnu: go-github-com-junegunn-fzf: Update to 0.60.2.
* gnu/packages/terminals.scm (go-github-com-junegunn-fzf): Update to 0.60.2.
[inputs]: Remove go-github-com-mattn-go-shellwords; add
go-github-com-junegunn-go-shellwords.
Change-Id: Ib384fed7088ce4163bb5b83b0b163c6192628f28
-rw-r--r-- | gnu/packages/terminals.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm index 293ba0a975..eaad3932a3 100644 --- a/gnu/packages/terminals.scm +++ b/gnu/packages/terminals.scm @@ -993,7 +993,7 @@ minimalistic.") (define-public go-github-com-junegunn-fzf (package (name "go-github-com-junegunn-fzf") - (version "0.54.3") + (version "0.60.2") (source (origin (method git-fetch) @@ -1003,15 +1003,15 @@ minimalistic.") (file-name (git-file-name name version)) (sha256 (base32 - "0mdj3z7w2igkvy8r304k9rcr2l6xm459ifshdm55iy6mazd8cmci")))) + "1c18h9326i8g9ksbfrpzrxpz8xlym2a35fpjsi7dn1dv6rr3jayn")))) (build-system go-build-system) (arguments `(#:import-path "github.com/junegunn/fzf")) (inputs (list go-github-com-charlievieth-fastwalk go-github-com-gdamore-tcell-v2 + go-github-com-junegunn-go-shellwords go-github-com-mattn-go-isatty - go-github-com-mattn-go-shellwords go-github-com-rivo-uniseg go-golang-org-x-sys go-golang-org-x-term)) |