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:
Brian Leung 2019-09-03 04:44:28 +02:00 committed by Oleg Pykhalov
parent 473d636072
commit 9b4ea95bbe
No known key found for this signature in database
GPG key ID: 167F8EA5001AFA9C

View file

@ -6736,8 +6736,8 @@ (define-public emacs-janpath-evil-numbers
(license license:gpl3+))))
(define-public emacs-evil-owl
(let ((commit "e8fe5b2f745e36db04cb71eb689bf91c5409614f")
(revision "2"))
(let ((commit "24c5f43df375194386344e69bc720ea3986c9510")
(revision "3"))
(package
(name "emacs-evil-owl")
(version (git-version "0.0.1" revision commit))
@ -6750,10 +6750,13 @@ (define-public emacs-evil-owl
(file-name (git-file-name name version))
(sha256
(base32
"1g7kplna62f271135mnjdbvxk2ayx7m4gvd6l86d2394alx16nhq"))))
"0bqzch14whlmrcasakah3psrzswvkzd7mmi8hx5s64kfp29wbdhi"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-evil" ,emacs-evil)))
(arguments
`(#:tests? #t
#:test-command '("make" "test")))
(home-page "https://github.com/mamapanda/evil-owl")
(synopsis "Preview candidates when using Evil registers and marks")
(description