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

* gnu/packages/emacs-xyz.scm (emacs-evil-nerd-commenter): Update to 3.5.8.
This commit is contained in:
Nicolas Goaziou 2022-10-16 00:37:25 +02:00
parent 2a929636b4
commit dba89d11f9
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -13627,7 +13627,7 @@ (define-public emacs-evil-expat
(define-public emacs-evil-nerd-commenter
(package
(name "emacs-evil-nerd-commenter")
(version "3.5.7")
(version "3.5.8")
(source
(origin
(method git-fetch)
@ -13637,7 +13637,7 @@ (define-public emacs-evil-nerd-commenter
(file-name (git-file-name name version))
(sha256
(base32
"0xnm8i23c2p3mdf4xxjk00766ygvysk7c8iib2jkah5pfg6jc9vb"))))
"0xrbmz9mx4aclqgjyjaq7vj9xf4291rw4nxaz2nvqblv8yylqbr0"))))
(build-system emacs-build-system)
(propagated-inputs (list emacs-evil))
(home-page "https://github.com/redguardtoo/evil-nerd-commenter")