gnu: emacs-evil-collection: Update to 0.0.5.
* gnu/packages/emacs-xyz.scm (emacs-evil-collection): Update to 0.0.5.
This commit is contained in:
parent
71c0a4509e
commit
71af2eddea
1 changed files with 22 additions and 24 deletions
|
@ -10159,32 +10159,30 @@ extensions.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-evil-collection
|
(define-public emacs-evil-collection
|
||||||
(let ((commit "323bb7d85848a6a142ae14f39c3a073ce6423e20")
|
(package
|
||||||
(revision "19"))
|
(name "emacs-evil-collection")
|
||||||
(package
|
(version "0.0.5")
|
||||||
(name "emacs-evil-collection")
|
(source (origin
|
||||||
(version (git-version "0.0.3" revision commit))
|
(method git-fetch)
|
||||||
(source (origin
|
(uri (git-reference
|
||||||
(method git-fetch)
|
(url "https://github.com/emacs-evil/evil-collection")
|
||||||
(uri (git-reference
|
(commit version)))
|
||||||
(url "https://github.com/emacs-evil/evil-collection")
|
(file-name (git-file-name name version))
|
||||||
(commit commit)))
|
(sha256
|
||||||
(file-name (git-file-name name version))
|
(base32
|
||||||
(sha256
|
"0dxrwcf5dnww0a9mvwjkcgm8ry3y282v9l85jh0645zk71nz1in3"))))
|
||||||
(base32
|
(build-system emacs-build-system)
|
||||||
"1pf51kj93i1k2ivkjgwcvgxj8shrl8h7rkg578jl4k4awargf0nz"))))
|
(propagated-inputs
|
||||||
(build-system emacs-build-system)
|
`(("emacs-evil" ,emacs-evil)
|
||||||
(propagated-inputs
|
("emacs-annalist" ,emacs-annalist)))
|
||||||
`(("emacs-evil" ,emacs-evil)
|
(arguments
|
||||||
("emacs-annalist" ,emacs-annalist)))
|
`(#:include (cons* "^modes\\/" %default-include)))
|
||||||
(arguments
|
(home-page "https://github.com/emacs-evil/evil-collection")
|
||||||
`(#:include (cons* "^modes\\/" %default-include)))
|
(synopsis "Collection of Evil bindings for many major and minor modes")
|
||||||
(home-page "https://github.com/emacs-evil/evil-collection")
|
(description "This is a collection of Evil bindings for the parts of
|
||||||
(synopsis "Collection of Evil bindings for many major and minor modes")
|
|
||||||
(description "This is a collection of Evil bindings for the parts of
|
|
||||||
Emacs that Evil does not cover properly by default, such as @code{help-mode},
|
Emacs that Evil does not cover properly by default, such as @code{help-mode},
|
||||||
@code{M-x calendar}, Eshell and more.")
|
@code{M-x calendar}, Eshell and more.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-evil-goggles
|
(define-public emacs-evil-goggles
|
||||||
(let ((commit "08a22058fd6a167f9f1b684c649008caef571459")
|
(let ((commit "08a22058fd6a167f9f1b684c649008caef571459")
|
||||||
|
|
Reference in a new issue