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

* gnu/packages/emacs-xyz.scm (emacs-evil-nerd-commenter): Update to 3.5.3.
[arguments]: Disable tests since they now require internet access.
This commit is contained in:
Nicolas Goaziou 2021-02-08 22:32:26 +01:00
parent 71af2eddea
commit ccdf71df42
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -10515,7 +10515,7 @@ (define-public emacs-evil-expat
(define-public emacs-evil-nerd-commenter
(package
(name "emacs-evil-nerd-commenter")
(version "3.3.8")
(version "3.5.3")
(source
(origin
(method git-fetch)
@ -10525,12 +10525,9 @@ (define-public emacs-evil-nerd-commenter
(file-name (git-file-name name version))
(sha256
(base32
"0qd5a89mzvdyhd8lm13iwp220vzpd6dajwx54frlc5bzsxdmg6vc"))))
"1y5pn3rkqj8dxp5c7dsci621vnv6hsia74w2c1hybkkrjbka851q"))))
(build-system emacs-build-system)
(propagated-inputs `(("emacs-evil" ,emacs-evil)))
(arguments
`(#:tests? #t
#:test-command '("make" "test")))
(home-page "https://github.com/redguardtoo/evil-nerd-commenter")
(synopsis "Comment and uncomment lines efficiently")
(description