mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: emacs-anzu: Update to 0.64.
* gnu/packages/emacs-xyz.scm (emacs-anzu): Update to 0.64.
This commit is contained in:
parent
61ec6dc63b
commit
ddb978728f
1 changed files with 2 additions and 2 deletions
|
@ -14472,7 +14472,7 @@ (define-public emacs-deft
|
|||
(define-public emacs-anzu
|
||||
(package
|
||||
(name "emacs-anzu")
|
||||
(version "0.62")
|
||||
(version "0.64")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -14481,7 +14481,7 @@ (define-public emacs-anzu
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue