1
Fork 0
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:
Nicolas Goaziou 2024-10-12 11:42:58 +02:00
parent 17033f1f9e
commit 184d108e31
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

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