guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-evil-magit: Update to 0.4.2-5.98c076f.


From: guix-commits
Subject: branch master updated: gnu: emacs-evil-magit: Update to 0.4.2-5.98c076f.
Date: Sat, 29 May 2021 17:04:33 -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 dd083bd  gnu: emacs-evil-magit: Update to 0.4.2-5.98c076f.
dd083bd is described below

commit dd083bd05a141dbc391b0027bdb88465e0735815
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat May 29 23:03:38 2021 +0200

    gnu: emacs-evil-magit: Update to 0.4.2-5.98c076f.
    
    * gnu/packages/emacs-xyz.scm (emacs-evil-magit): Update to 0.4.2-5.98c076f.
---
 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 14498f1..2bd75c0 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19461,8 +19461,8 @@ Org-mode file, and citations of Zotero items in Pandoc 
Markdown files.")
     (license license:gpl3+)))
 
 (define-public emacs-evil-magit
-  (let ((commit "253c644807013fe92429acdef418748794b8f254")
-        (revision "4"))
+  (let ((commit "98c076fbeb6d2d7d71e02dc204ba3ad5d577abda")
+        (revision "5"))
     (package
       (name "emacs-evil-magit")
       (version (git-version "0.4.2" revision commit))
@@ -19475,7 +19475,7 @@ Org-mode file, and citations of Zotero items in Pandoc 
Markdown files.")
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "08mh7phxsdb9w4dfs0pmr4l4fdzzr2rm88z2s8karfi5j5ik2ag5"))))
+           "0b4iplxh3rmy8jadhf05pgksv1798d68d1jrhfry93jca8x9crxs"))))
       (build-system emacs-build-system)
       (propagated-inputs
        `(("emacs-evil" ,emacs-evil)



reply via email to

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