gnu: emacs-evil-collection: Update to 20200219.

* gnu/packages/emacs-xyz.scm (emacs-evil-collection): Update to 20200219.
This commit is contained in:
Pierre Neidhardt 2020-02-27 10:57:57 +01:00
parent 83ee1e91b0
commit b7d0590bb2
No known key found for this signature in database
GPG key ID: 9BDCF497A4BBCC7F

View file

@ -7683,7 +7683,7 @@ (define-public emacs-evil
(license license:gpl3+)))
(define-public emacs-evil-collection
(let ((commit "eb36c82a84d313e961777dc78fd4ff1d718efdf6")
(let ((commit "a478a95a8a3665e40bdae3bab2a0519db6c1f29c")
(revision "13"))
(package
(name "emacs-evil-collection")
@ -7696,7 +7696,7 @@ (define-public emacs-evil-collection
(file-name (git-file-name name version))
(sha256
(base32
"0wi84x9176y4xjl7zpn882achfamx3a2ixlj4nvflxfh6q1qg7bz"))))
"15ii5lw6hs4yyl22yyzfwzagdma2sman4rm5gq4m9773g4ava515"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-evil" ,emacs-evil)