guix-commits
[Top][All Lists]
Advanced

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

04/07: gnu: magit: Update to 2.6.1.


From: Alex Kost
Subject: 04/07: gnu: magit: Update to 2.6.1.
Date: Tue, 26 Apr 2016 09:47:27 +0000

alezost pushed a commit to branch master
in repository guix.

commit edf6015c7dddaa673bed576061549205cc4516dc
Author: Alex Kost <address@hidden>
Date:   Tue Apr 19 13:52:05 2016 +0300

    gnu: magit: Update to 2.6.1.
    
    * gnu/packages/emacs.scm (magit): Update to 2.6.1.
---
 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 c496c5e..3adcc4c 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.0")
+    (version "2.6.1")
     (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
-               "04km5j6118yqz7h3dyfd4ijjd6w3pb76pjlaj25wh1bchf1yilir"))))
+               "1gjyb78jcfv57l9nz06n56f16qf8732a3krbqy5m7xwmilb12aml"))))
     (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]