guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-evil-nerd-commenter: Update to 3.5.3.


From: guix-commits
Subject: branch master updated: gnu: emacs-evil-nerd-commenter: Update to 3.5.3.
Date: Mon, 08 Feb 2021 16:33:14 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ccdf71d  gnu: emacs-evil-nerd-commenter: Update to 3.5.3.
ccdf71d is described below

commit ccdf71df4279987950a42ff2e815f94149114626
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Feb 8 22:32:26 2021 +0100

    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.
---
 gnu/packages/emacs-xyz.scm | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index f407aab..1d1d035 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -10515,7 +10515,7 @@ pasting into and from @code{tmux} paste buffers.")
 (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 @@ pasting into and from @code{tmux} paste buffers.")
        (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]