guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: magit: Update to 2.6.2.


From: Alex Kost
Subject: 01/02: gnu: magit: Update to 2.6.2.
Date: Thu, 28 Apr 2016 15:51:13 +0000

alezost pushed a commit to branch master
in repository guix.

commit a319637e97b3472bf61901044afadec9c35b2ee9
Author: Alex Kost <address@hidden>
Date:   Thu Apr 28 00:48:08 2016 +0300

    gnu: magit: Update to 2.6.2.
    
    * gnu/packages/emacs.scm (magit): Update to 2.6.2.
---
 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 6c53622..11010b2 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -379,7 +379,7 @@ on stdout instead of using a socket as the Emacsclient 
does.")
 (define-public magit
   (package
     (name "magit")
-    (version "2.6.1")
+    (version "2.6.2")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -387,7 +387,7 @@ on stdout instead of using a socket as the Emacsclient 
does.")
                    version "/" name "-" version ".tar.gz"))
              (sha256
               (base32
-               "1gjyb78jcfv57l9nz06n56f16qf8732a3krbqy5m7xwmilb12aml"))))
+               "0im1jrqw29g5anrrjflj6b2gpyqkvpghnq8zvywxyhmjwzar4rn7"))))
     (build-system gnu-build-system)
     (native-inputs `(("texinfo" ,texinfo)
                      ("emacs" ,emacs-no-x)))



reply via email to

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