guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-evil-collection: Update to 20201021.


From: guix-commits
Subject: branch master updated: gnu: emacs-evil-collection: Update to 20201021.
Date: Wed, 21 Oct 2020 11:45:04 -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 3722648  gnu: emacs-evil-collection: Update to 20201021.
3722648 is described below

commit 3722648f71491c1e1374d9c3bc6bc7f1e9d1a842
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Wed Oct 21 17:44:40 2020 +0200

    gnu: emacs-evil-collection: Update to 20201021.
    
    * gnu/packages/emacs-xyz.scm (emacs-evil-collection): Update to 20201021.
---
 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 2f5488c..0fd1216 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]