guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: emacs-evil-collection: Update to 20190220.


From: guix-commits
Subject: 03/03: gnu: emacs-evil-collection: Update to 20190220.
Date: Wed, 20 Feb 2019 10:19:00 -0500 (EST)

ambrevar pushed a commit to branch master
in repository guix.

commit 4727e69aa0672abcd328576becde77085f483522
Author: Pierre Neidhardt <address@hidden>
Date:   Wed Feb 20 16:18:39 2019 +0100

    gnu: emacs-evil-collection: Update to 20190220.
    
    * gnu/packages/emacs-xyz.scm (emacs-evil-collection): Update to 20190220.
---
 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 3dc75b6..cedc1ef 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -5208,8 +5208,8 @@ extensions.")
     (license license:gpl3+)))
 
 (define-public emacs-evil-collection
-  (let ((commit "0cfdf4ecf0420aac2a9dd29ff7b54067c3433d71")
-        (revision "6"))
+  (let ((commit "e7b57aae0131634d0da5e599717a86c4b3ca6092")
+        (revision "7"))
     (package
       (name "emacs-evil-collection")
       (version (git-version "0.0.1" revision commit))
@@ -5221,7 +5221,7 @@ extensions.")
                 (file-name (string-append name "-" version "-checkout"))
                 (sha256
                  (base32
-                  "1igsvgxvij918myc397cjhfybmm11znc7961vnbcd5xlviq2p01y"))))
+                  "1g7bxvgnsikpxxdimy0lymn3xz53fari048l827sjyw5kxi59d20"))))
       (build-system emacs-build-system)
       (propagated-inputs
        `(("emacs-evil" ,emacs-evil)))



reply via email to

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