gnu: magit: Update to 2.3.0.

* gnu/packages/emacs.scm (magit): Update to 2.3.0.
This commit is contained in:
Alex Kost 2015-10-29 00:07:20 +03:00
parent cd6f6c22fb
commit 1fda9b1f46

View file

@ -316,7 +316,7 @@ (define-public git-modes
(define-public magit
(package
(name "magit")
(version "2.2.2")
(version "2.3.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -324,7 +324,7 @@ (define-public magit
version "/" name "-" version ".tar.gz"))
(sha256
(base32
"1imkj4prprnivhbpdn1mdpiryxkckzy5hbnqaahv7gixwac1irh8"))))
"0bi0vqp9802f00vnii3x80iqycji20bw4pjysy6al0d86mkggjx5"))))
(build-system gnu-build-system)
(native-inputs `(("texinfo" ,texinfo)
("emacs" ,emacs-no-x)))