guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: fzf: Update to 0.41.0.


From: guix-commits
Subject: 02/02: gnu: fzf: Update to 0.41.0.
Date: Sat, 10 Jun 2023 15:13:29 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 767edbb6fe781d19c19971f2ccd3b0da8fd053fc
Author: kiasoc5 <kiasoc5@disroot.org>
AuthorDate: Fri May 26 23:53:00 2023 -0400

    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>
---
 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 @@ 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"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]