mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 03:50:45 +02:00
gnu: emacs-anzu: Update to 0.67.
* gnu/packages/emacs-xyz.scm (emacs-anzu): Update to 0.67. Change-Id: I0ff006b9a88a1013034d575c97355836917247f7
This commit is contained in:
parent
17033f1f9e
commit
184d108e31
1 changed files with 2 additions and 2 deletions
|
@ -23549,7 +23549,7 @@ directories of plain text notes, inspired by Notational Velocity.")
|
|||
(define-public emacs-anzu
|
||||
(package
|
||||
(name "emacs-anzu")
|
||||
(version "0.64")
|
||||
(version "0.67")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -23558,7 +23558,7 @@ directories of plain text notes, inspired by Notational Velocity.")
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1jfn5nm6r68wa0gn2k2zy6sdq6c8shw8x04ylzzm5cw7zm60jw0n"))))
|
||||
(base32 "1jnqzywzqq8jzvqaiba5szmj9zbxx9kvdmnaldwgldi8yyiy7il4"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/syohex/emacs-anzu")
|
||||
(synopsis "Show number of matches in mode-line while searching")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue