gnu: emacs-evil-nerd-commenter: Update to 3.5.7.
* gnu/packages/emacs-xyz.scm (emacs-evil-nerd-commenter): Update to 3.5.7.
This commit is contained in:
parent
758e49a7ae
commit
e31f3e9d1c
1 changed files with 2 additions and 2 deletions
|
@ -12841,7 +12841,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.6")
|
(version "3.5.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -12851,7 +12851,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
|
||||||
"1y6qy4gv7k8aghi5snvh248nxpgxv0daryd2794n6gfb4ciwycrr"))))
|
"0xnm8i23c2p3mdf4xxjk00766ygvysk7c8iib2jkah5pfg6jc9vb"))))
|
||||||
(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")
|
||||||
|
|
Reference in a new issue