Skip to content
Snippets Groups Projects
Unverified Commit d103cc6a authored by Nicolas Goaziou's avatar Nicolas Goaziou
Browse files

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.
parent e4fb673a
No related branches found
No related tags found
No related merge requests found
...@@ -2905,7 +2905,7 @@ (define-public emacs-pdf-tools ...@@ -2905,7 +2905,7 @@ (define-public emacs-pdf-tools
(define-public emacs-dash (define-public emacs-dash
(package (package
(name "emacs-dash") (name "emacs-dash")
(version "2.17.0") (version "2.18.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
...@@ -2914,11 +2914,9 @@ (define-public emacs-dash ...@@ -2914,11 +2914,9 @@ (define-public emacs-dash
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"153f55dqkhs8w2xlf6b88wp5vlkap7h8vjd9wxh4jp2ram5g4l1n")))) "190v264wj5cdm109ippzx2vc64hvfzmh5nbx4f2w09hn0hwfqipm"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments `(#:tests? #t))
`(#:tests? #t
#:test-command '("./run-tests.sh")))
(home-page "https://github.com/magnars/dash.el") (home-page "https://github.com/magnars/dash.el")
(synopsis "Modern list library for Emacs") (synopsis "Modern list library for Emacs")
(description "This package provides a modern list API library for Emacs.") (description "This package provides a modern list API library for Emacs.")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment