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

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new b0b00578ba gnu: fzf: Update to 0.67.0
b0b00578ba is described below

commit b0b00578ba8919c87f1f1963fa04969dbf31a5ed
Author: luca <[email protected]>
AuthorDate: Thu Nov 20 21:49:26 2025 +0100

    gnu: fzf: Update to 0.67.0
    
    * gnu/packages/terminals.scm (fzf): Update to 0.67.0.
    
    Change-Id: Ied62221550f5efbfe1f31b7c28951dd048a3a002
    Signed-off-by: Andreas Enge <[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 31812b3a59..71cd74f940 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -992,7 +992,7 @@ minimalistic.")
 (define-public fzf
   (package
     (name "fzf")
-    (version "0.66.1")
+    (version "0.67.0")
     (source
      (origin
        (method git-fetch)
@@ -1001,7 +1001,7 @@ minimalistic.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1qwbr8kqg68zh0a8lwds7c2y6jz31yw18a2m3707xfw6jjdvinni"))))
+        (base32 "1yia1i1dp9k8dpw88n98gpmvzirp4lck7h62rkx39nhwr4mg5a1z"))))
     (build-system go-build-system)
     (arguments
      (list

Reply via email to