guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: emacs-evil-magit: Update to 20190224.


From: guix-commits
Subject: 03/03: gnu: emacs-evil-magit: Update to 20190224.
Date: Mon, 4 Mar 2019 02:35:19 -0500 (EST)

ambrevar pushed a commit to branch master
in repository guix.

commit 3499638ef87191d458f3e07455a9a0fefe76c085
Author: Pierre Neidhardt <address@hidden>
Date:   Mon Mar 4 08:31:41 2019 +0100

    gnu: emacs-evil-magit: Update to 20190224.
    
    * gnu/packages/emacs-xyz.scm (emacs-evil-magit): Update to 20190224.
---
 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 9efd857..42d4e37 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11264,10 +11264,10 @@ Org-mode file, and citations of Zotero items in 
Pandoc Markdown files.")
   (deprecated-package "emacs-evil-ediff" emacs-evil-collection))
 
 (define-public emacs-evil-magit
-  (let ((commit "dbf5a646a7ce1c35c229dfdc423bd5ecd927a3a8"))
+  (let ((commit "e2fec5877994c0c19f0c25fa01f3d22cb0ab38ba"))
     (package
       (name "emacs-evil-magit")
-      (version (git-version "0.4.2" "1" commit))
+      (version (git-version "0.4.2" "2" commit))
       (source
        (origin
          (method git-fetch)
@@ -11277,7 +11277,7 @@ Org-mode file, and citations of Zotero items in Pandoc 
Markdown files.")
          (file-name (string-append name "-" version "-checkout"))
          (sha256
           (base32
-           "0ya0dkviq4pi92ab69a4j674y5r1hc1x3x7r7hlm97ag3a6zfkav"))))
+           "134v7s03jvbhm70mavwab85r09i68g2a5bvriirh0chz1av2y16v"))))
       (build-system emacs-build-system)
       (propagated-inputs
        `(("emacs-evil" ,emacs-evil)



reply via email to

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