diff options
author | Pierre Neidhardt <mail@ambrevar.xyz> | 2020-06-26 15:26:04 +0200 |
---|---|---|
committer | Pierre Neidhardt <mail@ambrevar.xyz> | 2020-06-26 15:26:16 +0200 |
commit | 93ff6a40e4f4c7f5d7b8af558a537732b919d0ec (patch) | |
tree | ef7f6cde724a2bece7ae92426a6c40462e074de9 | |
parent | 544fd8e3b5b661125ff0e2bd27598f9deef11fca (diff) | |
download | guix-93ff6a40e4f4c7f5d7b8af558a537732b919d0ec.tar guix-93ff6a40e4f4c7f5d7b8af558a537732b919d0ec.tar.gz |
gnu: emacs-evil-collection: Update to 20200626.
* gnu/packages/emacs-xyz.scm (emacs-evil-collection): Update to 20200626.
-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 33f81c1c66..109475e1fb 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -8565,8 +8565,8 @@ extensions.") (license license:gpl3+))) (define-public emacs-evil-collection - (let ((commit "d062cc206d671fb5aefb1e0e679a9cb1d6c73e33") - (revision "14")) + (let ((commit "c68aed6a9694836602ada224160bc5b4c0a37919") + (revision "15")) (package (name "emacs-evil-collection") (version (git-version "0.0.3" revision commit)) @@ -8578,7 +8578,7 @@ extensions.") (file-name (git-file-name name version)) (sha256 (base32 - "1zizfqmfrxx3shgggwa74rg2qqbrs8704wf94ajx0k11dbm1dbrp")))) + "1xhrzl0vy540a572f9fnh5a039bpqsrkv0kh6bqw0rki70w7x0xx")))) (build-system emacs-build-system) (propagated-inputs `(("emacs-evil" ,emacs-evil) |