gnu: emacs-anzu: Update to 0.64.

* gnu/packages/emacs-xyz.scm (emacs-anzu): Update to 0.64.
This commit is contained in:
Nicolas Goaziou 2021-01-06 15:35:03 +01:00
parent 61ec6dc63b
commit ddb978728f
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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")