gnu: emacs-evil-owl: Update to 0.0.1-2.e8fe5b2.
* gnu/packages/emacs-xyz.scm (emacs-evil-owl): Update to 0.0.1-2.e8fe5b2. [inputs]: Remove emacs-posframe, which is now an optional dependency. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
d229215051
commit
2a5f781e76
|
@ -6581,8 +6581,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 "36a5fe057f44d48e377e3ef4f04b4eb30e1af309")
|
(let ((commit "e8fe5b2f745e36db04cb71eb689bf91c5409614f")
|
||||||
(revision "1"))
|
(revision "2"))
|
||||||
(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))
|
||||||
|
@ -6595,11 +6595,10 @@ 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
|
||||||
"07a6n0gqss1qx9a50dqzqqq0gj6n7a4ykbcv1a0c9qd4fnfnm90m"))))
|
"1g7kplna62f271135mnjdbvxk2ayx7m4gvd6l86d2394alx16nhq"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-evil" ,emacs-evil)
|
`(("emacs-evil" ,emacs-evil)))
|
||||||
("emacs-posframe" ,emacs-posframe)))
|
|
||||||
(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
|
||||||
|
|
Loading…
Reference in New Issue