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

* gnu/packages/emacs-xyz.scm (emacs-evil-nerd-commenter): Update to 3.6.0.
This commit is contained in:
Nicolas Goaziou 2022-12-10 09:08:31 +01:00
parent 21bc825be8
commit 3e6a8efbab
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

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