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

* gnu/packages/emacs-xyz.scm (emacs-evil-collection): Update to 20201022.
This fixes an incompatibility bug with emacs-company 0.9.13.
This commit is contained in:
Pierre Neidhardt 2020-10-22 11:53:17 +02:00
parent 14417fc05c
commit 2f107f273d
No known key found for this signature in database
GPG key ID: 9BDCF497A4BBCC7F

View file

@ -9409,8 +9409,8 @@ (define-public emacs-evil
(license license:gpl3+)))
(define-public emacs-evil-collection
(let ((commit "1357bb03e93c38185ea9aa7dd5ca14ec4511c3c4")
(revision "16"))
(let ((commit "910c1f4507d91a4790e26ddccf73ad1e5a12f68d")
(revision "17"))
(package
(name "emacs-evil-collection")
(version (git-version "0.0.3" revision commit))
@ -9422,7 +9422,7 @@ (define-public emacs-evil-collection
(file-name (git-file-name name version))
(sha256
(base32
"0fm5pl25wmsj920f55v6qyhicrsa67nfs1k3d1kid2rd8005bpa5"))))
"0bkx1bwgw1n3fbd95z8i32i1yvv8w8bgzsxsybm1lcgv1v23qn8l"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-evil" ,emacs-evil)