sharlatan pushed a commit to branch go-team
in repository guix.
commit 1920bfb5cff93fd126a9e9e1577822b699a3aff2
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Feb 25 23:04:25 2025 +0000
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
---
gnu/packages/terminals.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index e0e38be0bb..5a38231dbc 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -992,7 +992,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)
@@ -1002,15 +1002,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))