me
/
guix
Archived
1
0
Fork 0

gnu: emacs-anzu: Update to 0.64.

* gnu/packages/emacs-xyz.scm (emacs-anzu): Update to 0.64.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -14472,7 +14472,7 @@ directories of plain text notes, inspired by Notational Velocity.")
(define-public emacs-anzu (define-public emacs-anzu
(package (package
(name "emacs-anzu") (name "emacs-anzu")
(version "0.62") (version "0.64")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -14481,7 +14481,7 @@ directories of plain text notes, inspired by Notational Velocity.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1lzvc0ihcbplir4hqfyxfqpsd78arz15gk92kmq4f8ggbkl37fan")))) (base32 "1jfn5nm6r68wa0gn2k2zy6sdq6c8shw8x04ylzzm5cw7zm60jw0n"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://github.com/syohex/emacs-anzu") (home-page "https://github.com/syohex/emacs-anzu")
(synopsis "Show number of matches in mode-line while searching") (synopsis "Show number of matches in mode-line while searching")