[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-ctrlf: Update to 1.2.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-ctrlf: Update to 1.2. |
Date: |
Tue, 27 Oct 2020 17:49:19 -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 5bf1741 gnu: emacs-ctrlf: Update to 1.2.
5bf1741 is described below
commit 5bf174110698d0a32afc42876d32679bdcefb2b9
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Oct 27 22:48:49 2020 +0100
gnu: emacs-ctrlf: Update to 1.2.
* gnu/packages/emacs-xyz.scm (emacs-ctrlf): Update to 1.2.
---
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 31cd071..8410892 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1865,7 +1865,7 @@ is set.")
(define-public emacs-ctrlf
(package
(name "emacs-ctrlf")
- (version "1.1")
+ (version "1.2")
(source
(origin
(method git-fetch)
@@ -1874,7 +1874,7 @@ is set.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1ffcjf0ff0748gqipkklz6jmcj4f3blgzdcax93ql9ws8bmvlsdc"))))
+ (base32 "1f0k3432brc96am6az6xr1nks1vacqzixhdgwfn2xklb8if9a5xi"))))
(build-system emacs-build-system)
(home-page "https://github.com/raxod502/ctrlf/")
(synopsis "Single-buffer text search in Emacs")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-ctrlf: Update to 1.2.,
guix-commits <=