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.master
parent
e4fb673a75
commit
d103cc6a02
|
@ -2905,7 +2905,7 @@ and stored in memory.")
|
||||||
(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 @@ and stored in memory.")
|
||||||
(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.")
|
||||||
|
|
Reference in New Issue