guix-commits
[Top][All Lists]
Advanced

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

03/06: gnu: magit: Update to 2.13.0.


From: Ludovic Courtès
Subject: 03/06: gnu: magit: Update to 2.13.0.
Date: Sat, 16 Jun 2018 19:40:26 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 6710206881bfc8364aaf0bd1f9c33bc0a2a0ebde
Author: Ludovic Courtès <address@hidden>
Date:   Sun Jun 17 00:28:35 2018 +0200

    gnu: magit: Update to 2.13.0.
    
    * gnu/packages/emacs.scm (magit): Update to 2.13.0.
---
 gnu/packages/emacs.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 88134ea..3b2c41c 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -436,7 +436,7 @@ on stdout instead of using a socket as the Emacsclient 
does.")
 (define-public magit
   (package
     (name "magit")
-    (version "2.12.1")
+    (version "2.13.0")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -444,7 +444,7 @@ on stdout instead of using a socket as the Emacsclient 
does.")
                    version "/" name "-" version ".tar.gz"))
              (sha256
               (base32
-               "1czzknmhzbggcv3bxl5amvfpp0zrkdwl1x05qarsq6qakvc85xy3"))))
+               "1ygaah3dd3nxpyd17297xgvdcgr7pgzzwlmpnmchki0kiwgg3sbc"))))
     (build-system gnu-build-system)
     (native-inputs `(("texinfo" ,texinfo)
                      ("emacs" ,emacs-minimal)))



reply via email to

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