guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-ctrlf: Update to 1.5.


From: guix-commits
Subject: branch master updated: gnu: emacs-ctrlf: Update to 1.5.
Date: Mon, 27 Jun 2022 17:19:05 -0400

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 93eeaab4a8 gnu: emacs-ctrlf: Update to 1.5.
93eeaab4a8 is described below

commit 93eeaab4a8e717ab221ae684cdcee466d5bb88a4
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jun 27 23:18:24 2022 +0200

    gnu: emacs-ctrlf: Update to 1.5.
    
    * gnu/packages/emacs-xyz.scm (emacs-ctrlf): Update to 1.5.
---
 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 4033b5302c..0986064ecc 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2724,7 +2724,7 @@ is set.")
 (define-public emacs-ctrlf
   (package
     (name "emacs-ctrlf")
-    (version "1.4")
+    (version "1.5")
     (source
      (origin
        (method git-fetch)
@@ -2733,7 +2733,7 @@ is set.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "04w708g7d1pnsc18h8fjyqkhk08jkq853alaidriamxyycvdwk0i"))))
+        (base32 "1nd1yk86s0dyf87q77dg724f6629p270q3ar85jgp8gclw5plvyz"))))
     (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]