guix-commits
[Top][All Lists]
Advanced

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

04/07: gnu: emacs-ctrlf: Update to 1.6.


From: guix-commits
Subject: 04/07: gnu: emacs-ctrlf: Update to 1.6.
Date: Sat, 12 Nov 2022 05:34:13 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit e2a75b4e912259996b8a038b25464fffeeb23cf6
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Nov 12 11:26:44 2022 +0100

    gnu: emacs-ctrlf: Update to 1.6.
    
    * gnu/packages/emacs-xyz.scm (emacs-ctrlf): Update to 1.6.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 6f84ec4590..e37e00eb7e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2960,7 +2960,7 @@ is set.")
 (define-public emacs-ctrlf
   (package
     (name "emacs-ctrlf")
-    (version "1.5")
+    (version "1.6")
     (source
      (origin
        (method git-fetch)
@@ -2969,7 +2969,7 @@ is set.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1nd1yk86s0dyf87q77dg724f6629p270q3ar85jgp8gclw5plvyz"))))
+        (base32 "061id540spjycgy2xshj8kwgdngkjinznhx2qp5pmqzzx7z7rpfb"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/raxod502/ctrlf/";)
     (synopsis "Single-buffer text search in Emacs")



reply via email to

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