me
/
guix
Archived
1
0
Fork 0

gnu: fzf: Update to 0.41.0.

* gnu/packages/terminals.scm (go-github-com-junegunn-fzf): Update to 0.41.0.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
master
kiasoc5 2023-05-26 23:53:00 -04:00 committed by Nicolas Goaziou
parent de4bf11c6e
commit 767edbb6fe
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -969,7 +969,7 @@ programmer to write text-based user interfaces.")
(define-public go-github-com-junegunn-fzf
(package
(name "go-github-com-junegunn-fzf")
(version "0.34.0")
(version "0.41.0")
(source
(origin
(method git-fetch)
@ -979,7 +979,7 @@ programmer to write text-based user interfaces.")
(file-name (git-file-name name version))
(sha256
(base32
"023ksrmjg99svmkpnlh4k7gssv1sz2nl0v5b6bsr2iragvwrgkf4"))))
"1l9nsvziip3azyvg8wi4g3x606fh6w9vpfcbcgjdzdnp2ywqciim"))))
(build-system go-build-system)
(arguments
`(#:import-path "github.com/junegunn/fzf"))