sharlatan pushed a commit to branch go-team
in repository guix.

commit 47c44181a6626bf67dd5e34cf48d324f96d257df
Author: Sharlatan Hellseher <sharlata...@gmail.com>
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 4005c0c8d7..819d7f6678 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))

Reply via email to