unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#63743] [PATCH] fzf: Update to 0.41.0.
@ 2023-05-27  3:53 kiasoc5 via Guix-patches via
  2023-06-10 19:14 ` bug#63743: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: kiasoc5 via Guix-patches via @ 2023-05-27  3:53 UTC (permalink / raw)
  To: 63743; +Cc: kiasoc5

* 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(-)

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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#63743: [PATCH] fzf: Update to 0.41.0.
  2023-05-27  3:53 [bug#63743] [PATCH] fzf: Update to 0.41.0 kiasoc5 via Guix-patches via
@ 2023-06-10 19:14 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2023-06-10 19:14 UTC (permalink / raw)
  To: kiasoc5 via Guix-patches via; +Cc: kiasoc5, 63743-done

Hello,

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

> * 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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-06-10 19:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-27  3:53 [bug#63743] [PATCH] fzf: Update to 0.41.0 kiasoc5 via Guix-patches via
2023-06-10 19:14 ` bug#63743: " Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).