guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-evil: Update to 1.14.0.


From: guix-commits
Subject: branch master updated: gnu: emacs-evil: Update to 1.14.0.
Date: Fri, 29 May 2020 15:08:29 -0400

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

arunisaac pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 41a2d6a  gnu: emacs-evil: Update to 1.14.0.
41a2d6a is described below

commit 41a2d6a8b9294a6eb8e97aaefd569e755f5f461e
Author: Arun Isaac <arunisaac@systemreboot.net>
AuthorDate: Sat May 30 00:35:06 2020 +0530

    gnu: emacs-evil: Update to 1.14.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-evil): Update to 1.14.0.
---
 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 7f34c69..4f7b4cf 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8350,7 +8350,7 @@ news items, openrc and runscripts.")
 (define-public emacs-evil
   (package
     (name "emacs-evil")
-    (version "1.2.14")
+    (version "1.14.0")
     (source
      (origin
        (method git-fetch)
@@ -8360,7 +8360,7 @@ news items, openrc and runscripts.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1833w397xhac5g3pp25szr2gyvclxy91aw27azvbmsx94pyk2a3q"))))
+         "17xrn3s6a4afmls8fw8nnxa1jq9dmj2qqrxa2vngh50hxpz8840p"))))
     (arguments
      `(#:phases
        (modify-phases %standard-phases



reply via email to

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