guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: emacs-ctrlf: Update to 1.1.


From: guix-commits
Subject: 03/03: gnu: emacs-ctrlf: Update to 1.1.
Date: Sun, 26 Jul 2020 11:52:02 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 316df38a44d3e34a1afc319d05be515b1f22f03b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 26 17:51:33 2020 +0200

    gnu: emacs-ctrlf: Update to 1.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-ctrlf): Update to 1.1.
---
 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 aa79370..8aaa92e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1717,7 +1717,7 @@ than @code{electric-indent-mode}.")
 (define-public emacs-ctrlf
   (package
     (name "emacs-ctrlf")
-    (version "1.0")
+    (version "1.1")
     (source
      (origin
        (method git-fetch)
@@ -1726,7 +1726,7 @@ than @code{electric-indent-mode}.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "10gnhafas54zj3z9173h1g7b519ac4i26afclmw3w1pk6qyyb03z"))))
+        (base32 "1ffcjf0ff0748gqipkklz6jmcj4f3blgzdcax93ql9ws8bmvlsdc"))))
     (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]