[PATCH] fzf: Update to 0.41.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • kiasoc5
  • Nicolas Goaziou
Owner
unassigned
Submitted by
kiasoc5
Severity
normal

Debbugs page

kiasoc5 wrote 2 years ago
(address . guix-patches@gnu.org)(name . kiasoc5)(address . kiasoc5@disroot.org)
3c18fe86b91bbdcef009b9a701c910982201b3df.1685159580.git.kiasoc5@disroot.org
* gnu/packages/terminals.scm (go-github-com-junegunn-fzf): Update to 0.41.0.
---
gnu/packages/terminals.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (27 lines)
diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index e3d0937ecc..7579d2e7bf 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -969,7 +969,7 @@ (define-public go-github.com-nsf-termbox-go
(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 @@ (define-public go-github-com-junegunn-fzf
(file-name (git-file-name name version))
(sha256
(base32
- "023ksrmjg99svmkpnlh4k7gssv1sz2nl0v5b6bsr2iragvwrgkf4"))))
+ "1l9nsvziip3azyvg8wi4g3x606fh6w9vpfcbcgjdzdnp2ywqciim"))))
(build-system go-build-system)
(arguments
`(#:import-path "github.com/junegunn/fzf"))

base-commit: b96b82bcd4bc24529941ff74a91432481f1a71b5
prerequisite-patch-id: 8d592dc7c7e9869dbb3aa9b4d66825e28bf6584f
--
2.40.1
Nicolas Goaziou wrote 2 years ago
(name . kiasoc5 via Guix-patches via)(address . guix-patches@gnu.org)
87r0qjb04c.fsf@nicolasgoaziou.fr
Hello,

kiasoc5 via Guix-patches via <guix-patches@gnu.org> writes:

Toggle quote (3 lines)
> * gnu/packages/terminals.scm (go-github-com-junegunn-fzf): Update to
> 0.41.0.

I tweaked the commit message and applied your patch. Thank you.

Regards,
--
Nicolas Goaziou
?
Your comment

This issue is archived.

To comment on this conversation send an email to 63743@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 63743
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help