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

* gnu/packages/emacs-xyz.scm (emacs-evil-nerd-commenter): Update to 3.6.1.
This commit is contained in:
Nicolas Goaziou 2023-07-01 00:50:49 +02:00
parent fec5d8925b
commit 19450a62c6
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

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