[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-anzu: Update to 0.64.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-anzu: Update to 0.64. |
Date: |
Wed, 06 Jan 2021 09:35:48 -0500 |
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 ddb9787 gnu: emacs-anzu: Update to 0.64.
ddb9787 is described below
commit ddb978728ff318e11f82f8c50eae7dd44d61c425
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Jan 6 15:35:03 2021 +0100
gnu: emacs-anzu: Update to 0.64.
* gnu/packages/emacs-xyz.scm (emacs-anzu): Update to 0.64.
---
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 ffed61a..94b954c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -14472,7 +14472,7 @@ directories of plain text notes, inspired by Notational
Velocity.")
(define-public emacs-anzu
(package
(name "emacs-anzu")
- (version "0.62")
+ (version "0.64")
(source
(origin
(method git-fetch)
@@ -14481,7 +14481,7 @@ directories of plain text notes, inspired by Notational
Velocity.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1lzvc0ihcbplir4hqfyxfqpsd78arz15gk92kmq4f8ggbkl37fan"))))
+ (base32 "1jfn5nm6r68wa0gn2k2zy6sdq6c8shw8x04ylzzm5cw7zm60jw0n"))))
(build-system emacs-build-system)
(home-page "https://github.com/syohex/emacs-anzu")
(synopsis "Show number of matches in mode-line while searching")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-anzu: Update to 0.64.,
guix-commits <=