guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: emacs-evil-collection: Update to 20200509.


From: guix-commits
Subject: 02/02: gnu: emacs-evil-collection: Update to 20200509.
Date: Sat, 9 May 2020 08:55:15 -0400 (EDT)

ambrevar pushed a commit to branch master
in repository guix.

commit 399163b6c011cee2ed33e0535d0610c5359f9cda
Author: Pierre Neidhardt <address@hidden>
AuthorDate: Sat May 9 14:54:11 2020 +0200

    gnu: emacs-evil-collection: Update to 20200509.
    
    * gnu/packages/emacs-xyz.scm (emacs-evil-collection): Update to 20200509.
---
 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 78e19e3..008410c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8250,8 +8250,8 @@ extensions.")
     (license license:gpl3+)))
 
 (define-public emacs-evil-collection
-  (let ((commit "a478a95a8a3665e40bdae3bab2a0519db6c1f29c")
-        (revision "13"))
+  (let ((commit "d062cc206d671fb5aefb1e0e679a9cb1d6c73e33")
+        (revision "14"))
     (package
       (name "emacs-evil-collection")
       (version (git-version "0.0.3" revision commit))
@@ -8263,7 +8263,7 @@ extensions.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "15ii5lw6hs4yyl22yyzfwzagdma2sman4rm5gq4m9773g4ava515"))))
+                  "1zizfqmfrxx3shgggwa74rg2qqbrs8704wf94ajx0k11dbm1dbrp"))))
       (build-system emacs-build-system)
       (propagated-inputs
        `(("emacs-evil" ,emacs-evil)



reply via email to

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