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


From: guix-commits
Subject: branch master updated: gnu: emacs-evil-collection: Update to 0.0.8.
Date: Tue, 07 Jun 2022 15:41:35 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 899c29805f gnu: emacs-evil-collection: Update to 0.0.8.
899c29805f is described below

commit 899c29805f8c825f0e1fdf7d6fddc669f9bedb46
Author: Rostislav Svoboda <rostislav.svoboda@gmail.com>
AuthorDate: Thu Jun 2 21:22:04 2022 +0200

    gnu: emacs-evil-collection: Update to 0.0.8.
    
    * gnu/packages/emacs-xyz.scm (emacs-evil-collection): Update to 0.0.8.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 969c2226be..c9d856533b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12225,7 +12225,7 @@ extensions.")
 (define-public emacs-evil-collection
   (package
     (name "emacs-evil-collection")
-    (version "0.0.7")
+    (version "0.0.8")
     (source
      (origin
        (method git-fetch)
@@ -12234,7 +12234,7 @@ extensions.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1f5mbg2k527brn6b7njdjizpbzj252c53crzl8sf2564czcprqj0"))))
+        (base32 "159i3qvjnp7jiffwpr517nnxcy3w3g40302vyzxvz6mb6qay6f2c"))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-evil emacs-annalist))



reply via email to

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