guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: magit: Update to 2.4.0.


From: Alex Kost
Subject: 03/03: gnu: magit: Update to 2.4.0.
Date: Mon, 18 Jan 2016 19:41:04 +0000

alezost pushed a commit to branch master
in repository guix.

commit 60edbe22978f36fd4da2f36da02c4308b81b7ade
Author: Alex Kost <address@hidden>
Date:   Mon Jan 18 22:32:31 2016 +0300

    gnu: magit: Update to 2.4.0.
    
    * gnu/packages/emacs.scm (magit): Update to 2.4.0.
---
 gnu/packages/emacs.scm |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index e82ffd3..ce599bc 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -2,7 +2,7 @@
 ;;; Copyright © 2014 Taylan Ulrich Bayirli/Kammer <address@hidden>
 ;;; Copyright © 2013, 2014, 2015, 2016 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2014, 2015 Mark H Weaver <address@hidden>
-;;; Copyright © 2014, 2015 Alex Kost <address@hidden>
+;;; Copyright © 2014, 2015, 2016 Alex Kost <address@hidden>
 ;;; Copyright © 2015 Federico Beffa <address@hidden>
 ;;; Copyright © 2015 Ricardo Wurmus <address@hidden>
 ;;;
@@ -323,7 +323,7 @@ configuration files, such as .gitattributes, .gitignore, 
and .git/config.")
 (define-public magit
   (package
     (name "magit")
-    (version "2.3.1")
+    (version "2.4.0")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -331,7 +331,7 @@ configuration files, such as .gitattributes, .gitignore, 
and .git/config.")
                    version "/" name "-" version ".tar.gz"))
              (sha256
               (base32
-               "1wnx034adkwhbsydd10il2099hpzz351kp39sri8s1yd43f795gf"))))
+               "1wbam4l36061mj79qlgzrv4xbzhk2dk6gnv45610zwfnf24ikdsp"))))
     (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]