guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-dash: Update to 2.18.0.


From: guix-commits
Subject: branch master updated: gnu: emacs-dash: Update to 2.18.0.
Date: Tue, 16 Feb 2021 15:48:21 -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 d103cc6  gnu: emacs-dash: Update to 2.18.0.
d103cc6 is described below

commit d103cc6a02afcd6f1ff034371e349731cd0f6046
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Feb 16 21:46:24 2021 +0100

    gnu: emacs-dash: Update to 2.18.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-dash): Update to 2.18.0.
    [arguments]: Remove #:test-command keyword.
---
 gnu/packages/emacs-xyz.scm | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index c55f550..4d302a3 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2905,7 +2905,7 @@ and stored in memory.")
 (define-public emacs-dash
   (package
     (name "emacs-dash")
-    (version "2.17.0")
+    (version "2.18.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -2914,11 +2914,9 @@ and stored in memory.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "153f55dqkhs8w2xlf6b88wp5vlkap7h8vjd9wxh4jp2ram5g4l1n"))))
+                "190v264wj5cdm109ippzx2vc64hvfzmh5nbx4f2w09hn0hwfqipm"))))
     (build-system emacs-build-system)
-    (arguments
-     `(#:tests? #t
-       #:test-command '("./run-tests.sh")))
+    (arguments `(#:tests? #t))
     (home-page "https://github.com/magnars/dash.el";)
     (synopsis "Modern list library for Emacs")
     (description "This package provides a modern list API library for Emacs.")



reply via email to

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