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

* gnu/packages/emacs-xyz.scm (emacs-evil-collection): Update to 20201113.
This commit is contained in:
Pierre Neidhardt 2020-11-14 12:22:32 +01:00
parent 289b20ef62
commit 403ba4140f
No known key found for this signature in database
GPG key ID: 9BDCF497A4BBCC7F

View file

@ -9509,8 +9509,8 @@ (define-public emacs-evil
(license license:gpl3+)))
(define-public emacs-evil-collection
(let ((commit "910c1f4507d91a4790e26ddccf73ad1e5a12f68d")
(revision "17"))
(let ((commit "8c256263ad100fecd6246c6c55cbb19dab717c39")
(revision "18"))
(package
(name "emacs-evil-collection")
(version (git-version "0.0.3" revision commit))
@ -9522,7 +9522,7 @@ (define-public emacs-evil-collection
(file-name (git-file-name name version))
(sha256
(base32
"0bkx1bwgw1n3fbd95z8i32i1yvv8w8bgzsxsybm1lcgv1v23qn8l"))))
"0hz1yfv5g016dm99bwnibbmyhbi21qlc39ckd7p3s82az89hgf2n"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-evil" ,emacs-evil)