me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-evil-nerd-commenter): Update to 3.5.6.
master
Nicolas Goaziou 2022-01-06 21:03:37 +01:00
parent c0f612de35
commit f1dcd661f8
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

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