mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
de4bf11c6e
commit
767edbb6fe
1 changed files with 2 additions and 2 deletions
|
@ -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"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue