mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
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 @@ (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
|
||||
|
|
Loading…
Reference in a new issue