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:
Nicolas Goaziou 2021-02-08 22:27:21 +01:00
parent 71c0a4509e
commit 71af2eddea
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -10159,20 +10159,18 @@ (define-public emacs-evil
(license license:gpl3+)))
(define-public emacs-evil-collection
(let ((commit "323bb7d85848a6a142ae14f39c3a073ce6423e20")
(revision "19"))
(package
(name "emacs-evil-collection")
(version (git-version "0.0.3" revision commit))
(version "0.0.5")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/emacs-evil/evil-collection")
(commit commit)))
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"1pf51kj93i1k2ivkjgwcvgxj8shrl8h7rkg578jl4k4awargf0nz"))))
"0dxrwcf5dnww0a9mvwjkcgm8ry3y282v9l85jh0645zk71nz1in3"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-evil" ,emacs-evil)
@ -10184,7 +10182,7 @@ (define-public emacs-evil-collection
(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},
@code{M-x calendar}, Eshell and more.")
(license license:gpl3+))))
(license license:gpl3+)))
(define-public emacs-evil-goggles
(let ((commit "08a22058fd6a167f9f1b684c649008caef571459")