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

* gnu/packages/emacs-xyz.scm (emacs-evil-nerd-commenter): Update to 3.5.6.
This commit is contained in:
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

View file

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