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>
This commit is contained in:
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

View file

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