mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
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:
parent
14417fc05c
commit
2f107f273d
1 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue