me
/
guix
Archived
1
0
Fork 0

gnu: emacs-evil-nerd-commenter: Update to 3.5.5.

* gnu/packages/emacs-xyz.scm (emacs-evil-nerd-commenter): Update to 3.5.5.
Nicolas Goaziou 2021-08-01 13:23:14 +02:00
parent e916f9ab60
commit 532000024f
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -11793,7 +11793,7 @@ pasting into and from @code{tmux} paste buffers.")
(define-public emacs-evil-nerd-commenter
(package
(name "emacs-evil-nerd-commenter")
(version "3.5.4")
(version "3.5.5")
(source
(origin
(method git-fetch)
@ -11803,7 +11803,7 @@ pasting into and from @code{tmux} paste buffers.")
(file-name (git-file-name name version))
(sha256
(base32
"1vyl8lidhjph7k86n8q09mwqpasaxsmwb8vi5i2gcd6klds9hg0d"))))
"1qrlg4cxlsd4cf1z8j2662pfb9p6pnqpsyb74flja9cqv6g5ylp8"))))
(build-system emacs-build-system)
(propagated-inputs `(("emacs-evil" ,emacs-evil)))
(home-page "https://github.com/redguardtoo/evil-nerd-commenter")