guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: magit: Update to 2.10.3.


From: Alex Kost
Subject: 01/03: gnu: magit: Update to 2.10.3.
Date: Mon, 13 Mar 2017 11:21:25 -0400 (EDT)

alezost pushed a commit to branch master
in repository guix.

commit 2617050b3bce48c547e34cdf6217b43c17c737c5
Author: Alex Kost <address@hidden>
Date:   Sat Mar 11 19:54:34 2017 +0300

    gnu: magit: Update to 2.10.3.
    
    * gnu/packages/emacs.scm (magit): Update to 2.10.3.
---
 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 dc28201..925d0f5 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.10.2")
+    (version "2.10.3")
     (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
-               "09qcc3a61irxi89x7q82hdy8dk0liiwyz66632wzcd881mhrhx18"))))
+               "03ln65ss420gc3h4pi56dayd1p163xfxrxrd9fkb9xnkl8mjglqk"))))
     (build-system gnu-build-system)
     (native-inputs `(("texinfo" ,texinfo)
                      ("emacs" ,emacs-minimal)))



reply via email to

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