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

* gnu/packages/emacs-xyz.scm (emacs-evil-collection): Update to 20201021.
This commit is contained in:
Pierre Neidhardt 2020-10-21 17:44:40 +02:00
parent 576a16995e
commit 3722648f71
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 "c68aed6a9694836602ada224160bc5b4c0a37919")
(revision "15"))
(let ((commit "1357bb03e93c38185ea9aa7dd5ca14ec4511c3c4")
(revision "16"))
(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
"1xhrzl0vy540a572f9fnh5a039bpqsrkv0kh6bqw0rki70w7x0xx"))))
"0fm5pl25wmsj920f55v6qyhicrsa67nfs1k3d1kid2rd8005bpa5"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-evil" ,emacs-evil)