diff options
author | Pierre Neidhardt <mail@ambrevar.xyz> | 2020-10-21 17:44:40 +0200 |
---|---|---|
committer | Pierre Neidhardt <mail@ambrevar.xyz> | 2020-10-21 17:44:40 +0200 |
commit | 3722648f71491c1e1374d9c3bc6bc7f1e9d1a842 (patch) | |
tree | 0cd97b6a10993a9c75cd59a8524d723f4f767b91 | |
parent | 576a16995ea26cf9d2c5aebe504c7863d1bc26f2 (diff) | |
download | guix-3722648f71491c1e1374d9c3bc6bc7f1e9d1a842.tar.gz |
gnu: emacs-evil-collection: Update to 20201021.
* gnu/packages/emacs-xyz.scm (emacs-evil-collection): Update to 20201021.
-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 2f5488c137..0fd1216991 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 "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 @@ extensions.") (file-name (git-file-name name version)) (sha256 (base32 - "1xhrzl0vy540a572f9fnh5a039bpqsrkv0kh6bqw0rki70w7x0xx")))) + "0fm5pl25wmsj920f55v6qyhicrsa67nfs1k3d1kid2rd8005bpa5")))) (build-system emacs-build-system) (propagated-inputs `(("emacs-evil" ,emacs-evil) |