gnu: emacs-perspective: Update to 2.10.
* gnu/packages/emacs-xyz.scm (emacs-perspective): Update to 2.10. (arguments): Run tests suite. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
This commit is contained in:
parent
c00ebfd6d7
commit
dfe4d0134b
1 changed files with 7 additions and 2 deletions
|
@ -6460,7 +6460,7 @@ regexp that matches all known keywords.")
|
||||||
(define-public emacs-perspective
|
(define-public emacs-perspective
|
||||||
(package
|
(package
|
||||||
(name "emacs-perspective")
|
(name "emacs-perspective")
|
||||||
(version "2.9")
|
(version "2.10")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -6470,8 +6470,13 @@ regexp that matches all known keywords.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1hmbczw3b7k2xdqcy5p3xnf2781gjw6bqqcwc5r9myg6b8p3pr7m"))))
|
"1xfcm69nd6f9chwlqfz5vd8nnyl5mwharxjrn1m515568dqrk62x"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:tests? #t
|
||||||
|
#:test-command '("emacs" "-Q" "-batch" "-L" "."
|
||||||
|
"-l" "test/test-perspective.el"
|
||||||
|
"-f" "ert-run-tests-batch-and-exit")))
|
||||||
(home-page "https://github.com/nex3/perspective-el")
|
(home-page "https://github.com/nex3/perspective-el")
|
||||||
(synopsis "Switch between named \"perspectives\"")
|
(synopsis "Switch between named \"perspectives\"")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue