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 20201113.


From: guix-commits
Subject: branch master updated: gnu: emacs-evil-collection: Update to 20201113.
Date: Sat, 14 Nov 2020 06:23:17 -0500

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 403ba41  gnu: emacs-evil-collection: Update to 20201113.
403ba41 is described below

commit 403ba4140f52b9ea9483e4c775f102bbb9753e51
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Sat Nov 14 12:22:32 2020 +0100

    gnu: emacs-evil-collection: Update to 20201113.
    
    * gnu/packages/emacs-xyz.scm (emacs-evil-collection): Update to 20201113.
---
 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 b53f460..f44a8bc 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -9509,8 +9509,8 @@ extensions.")
     (license license:gpl3+)))
 
 (define-public emacs-evil-collection
-  (let ((commit "910c1f4507d91a4790e26ddccf73ad1e5a12f68d")
-        (revision "17"))
+  (let ((commit "8c256263ad100fecd6246c6c55cbb19dab717c39")
+        (revision "18"))
     (package
       (name "emacs-evil-collection")
       (version (git-version "0.0.3" revision commit))
@@ -9522,7 +9522,7 @@ extensions.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "0bkx1bwgw1n3fbd95z8i32i1yvv8w8bgzsxsybm1lcgv1v23qn8l"))))
+                  "0hz1yfv5g016dm99bwnibbmyhbi21qlc39ckd7p3s82az89hgf2n"))))
       (build-system emacs-build-system)
       (propagated-inputs
        `(("emacs-evil" ,emacs-evil)



reply via email to

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