gnu: emacs-evil-owl: Update to 0.0.1-3.24e5f43.
* gnu/packages/emacs-xyz.scm (emacs-evil-owl): Update to 0.0.1-3.24e5f43. [source]: Enable tests. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
This commit is contained in:
parent
473d636072
commit
9b4ea95bbe
1 changed files with 6 additions and 3 deletions
|
@ -6736,8 +6736,8 @@ end of a line and increment or decrement it.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-evil-owl
|
(define-public emacs-evil-owl
|
||||||
(let ((commit "e8fe5b2f745e36db04cb71eb689bf91c5409614f")
|
(let ((commit "24c5f43df375194386344e69bc720ea3986c9510")
|
||||||
(revision "2"))
|
(revision "3"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-evil-owl")
|
(name "emacs-evil-owl")
|
||||||
(version (git-version "0.0.1" revision commit))
|
(version (git-version "0.0.1" revision commit))
|
||||||
|
@ -6750,10 +6750,13 @@ end of a line and increment or decrement it.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1g7kplna62f271135mnjdbvxk2ayx7m4gvd6l86d2394alx16nhq"))))
|
"0bqzch14whlmrcasakah3psrzswvkzd7mmi8hx5s64kfp29wbdhi"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-evil" ,emacs-evil)))
|
`(("emacs-evil" ,emacs-evil)))
|
||||||
|
(arguments
|
||||||
|
`(#:tests? #t
|
||||||
|
#:test-command '("make" "test")))
|
||||||
(home-page "https://github.com/mamapanda/evil-owl")
|
(home-page "https://github.com/mamapanda/evil-owl")
|
||||||
(synopsis "Preview candidates when using Evil registers and marks")
|
(synopsis "Preview candidates when using Evil registers and marks")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue