diff options
author | Alex Kost <alezost@gmail.com> | 2016-05-26 12:09:36 +0300 |
---|---|---|
committer | Alex Kost <alezost@gmail.com> | 2016-05-27 10:50:37 +0300 |
commit | 847534e1d3135eea8095b32d3f0bb4c72835d03e (patch) | |
tree | 736fc427cd38516e583f57964d858f41048a9993 | |
parent | be1e35055b479291fe538a5280f67e9b3c03e81f (diff) | |
download | guix-847534e1d3135eea8095b32d3f0bb4c72835d03e.tar guix-847534e1d3135eea8095b32d3f0bb4c72835d03e.tar.gz |
gnu: magit: Update to 2.7.0.
* gnu/packages/emacs.scm (magit): Update to 2.7.0.
-rw-r--r-- | 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 967f5832bb..828bc9f349 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm @@ -437,7 +437,7 @@ on stdout instead of using a socket as the Emacsclient does.") (define-public magit (package (name "magit") - (version "2.6.2") + (version "2.7.0") (source (origin (method url-fetch) (uri (string-append @@ -445,7 +445,7 @@ on stdout instead of using a socket as the Emacsclient does.") version "/" name "-" version ".tar.gz")) (sha256 (base32 - "0im1jrqw29g5anrrjflj6b2gpyqkvpghnq8zvywxyhmjwzar4rn7")))) + "1kzd8k2n0lcr04jvn5b6d29zf765mxgshfhzflkzndwmvyxmlqpl")))) (build-system gnu-build-system) (native-inputs `(("texinfo" ,texinfo) ("emacs" ,emacs-minimal))) |