This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new d1058ae  gnu: go-github-com-junegunn-fzf: Update to 0.25.0.
d1058ae is described below

commit d1058aebee2a60adc5b93e825bc49b66cab1dabc
Author: EuAndreh <[email protected]>
AuthorDate: Fri Feb 5 21:58:58 2021 +0100

    gnu: go-github-com-junegunn-fzf: Update to 0.25.0.
    
    * gnu/packages/terminals.scm (go-github-com-junegunn-fzf): Update to 0.25.0.
    
    Signed-off-by: Nicolas Goaziou <[email protected]>
---
 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 f1364c9..32b33b1 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -796,7 +796,7 @@ programmer to write text-based user interfaces.")
 (define-public go-github-com-junegunn-fzf
   (package
     (name "go-github-com-junegunn-fzf")
-    (version "0.22.0")
+    (version "0.25.0")
     (source
      (origin
        (method git-fetch)
@@ -806,7 +806,7 @@ programmer to write text-based user interfaces.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0n0cy5q2r3dm1a3ivlzrv9c5d11awxlqim5b9x8zc85dlr73n35l"))))
+         "1j5bfxl4w8w3n89p051y8dhxg0py9l98v7r2gkr63bg4lj32faz8"))))
     (build-system go-build-system)
     (arguments
      `(#:import-path "github.com/junegunn/fzf"))

Reply via email to