diff options
| author | Pierre Neidhardt <mail@ambrevar.xyz> | 2020-10-22 11:53:17 +0200 |
|---|---|---|
| committer | Pierre Neidhardt <mail@ambrevar.xyz> | 2020-10-22 11:53:17 +0200 |
| commit | 2f107f273de3db1d01bdec66b13334edef7ad036 (patch) | |
| tree | 891c04b8d5b4c2c3d8f678bbc1b7f586ac9f57fd /gnu | |
| parent | 14417fc05c87943c3471009dbb5ff4fe4b23db07 (diff) | |
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.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/emacs-xyz.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 0fd12169910..d0158479bba 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm | |||
| @@ -9409,8 +9409,8 @@ extensions.") | |||
| 9409 | (license license:gpl3+))) | 9409 | (license license:gpl3+))) |
| 9410 | 9410 | ||
| 9411 | (define-public emacs-evil-collection | 9411 | (define-public emacs-evil-collection |
| 9412 | (let ((commit "1357bb03e93c38185ea9aa7dd5ca14ec4511c3c4") | 9412 | (let ((commit "910c1f4507d91a4790e26ddccf73ad1e5a12f68d") |
| 9413 | (revision "16")) | 9413 | (revision "17")) |
| 9414 | (package | 9414 | (package |
| 9415 | (name "emacs-evil-collection") | 9415 | (name "emacs-evil-collection") |
| 9416 | (version (git-version "0.0.3" revision commit)) | 9416 | (version (git-version "0.0.3" revision commit)) |
| @@ -9422,7 +9422,7 @@ extensions.") | |||
| 9422 | (file-name (git-file-name name version)) | 9422 | (file-name (git-file-name name version)) |
| 9423 | (sha256 | 9423 | (sha256 |
| 9424 | (base32 | 9424 | (base32 |
| 9425 | "0fm5pl25wmsj920f55v6qyhicrsa67nfs1k3d1kid2rd8005bpa5")))) | 9425 | "0bkx1bwgw1n3fbd95z8i32i1yvv8w8bgzsxsybm1lcgv1v23qn8l")))) |
| 9426 | (build-system emacs-build-system) | 9426 | (build-system emacs-build-system) |
| 9427 | (propagated-inputs | 9427 | (propagated-inputs |
| 9428 | `(("emacs-evil" ,emacs-evil) | 9428 | `(("emacs-evil" ,emacs-evil) |
