[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-evil-collection: Update to 20201022.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-evil-collection: Update to 20201022. |
Date: |
Thu, 22 Oct 2020 05:54:25 -0400 |
This is an automated email from the git hooks/post-receive script.
ambrevar pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 2f107f2 gnu: emacs-evil-collection: Update to 20201022.
2f107f2 is described below
commit 2f107f273de3db1d01bdec66b13334edef7ad036
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Thu Oct 22 11:53:17 2020 +0200
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.
---
gnu/packages/emacs-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 0fd1216..d015847 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -9409,8 +9409,8 @@ extensions.")
(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 @@ extensions.")
(file-name (git-file-name name version))
(sha256
(base32
- "0fm5pl25wmsj920f55v6qyhicrsa67nfs1k3d1kid2rd8005bpa5"))))
+ "0bkx1bwgw1n3fbd95z8i32i1yvv8w8bgzsxsybm1lcgv1v23qn8l"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-evil" ,emacs-evil)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-evil-collection: Update to 20201022.,
guix-commits <=