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.0.


From: Alex Kost
Subject: 01/02: gnu: magit: Update to 2.6.0.
Date: Sun, 03 Apr 2016 17:18:00 +0000

alezost pushed a commit to branch master
in repository guix.

commit 000bc04d52c8318bdaa231e4d00dcc2762b0cb80
Author: Alex Kost <address@hidden>
Date:   Fri Apr 1 12:14:39 2016 +0300

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

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index f53f73b..c8283ca 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -378,7 +378,7 @@ on stdout instead of using a socket as the Emacsclient 
does.")
 (define-public magit
   (package
     (name "magit")
-    (version "2.5.0")
+    (version "2.6.0")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -386,7 +386,7 @@ on stdout instead of using a socket as the Emacsclient 
does.")
                    version "/" name "-" version ".tar.gz"))
              (sha256
               (base32
-               "0i6qpx5szzc4kyfcdhaic8gif0sqdqcya1niyj93lpvw66jcxsxa"))))
+               "04km5j6118yqz7h3dyfd4ijjd6w3pb76pjlaj25wh1bchf1yilir"))))
     (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]