diff options
author | Alex Kost <alezost@gmail.com> | 2017-03-11 19:54:34 +0300 |
---|---|---|
committer | Alex Kost <alezost@gmail.com> | 2017-03-13 18:21:10 +0300 |
commit | 2617050b3bce48c547e34cdf6217b43c17c737c5 (patch) | |
tree | 57a04ce74c4943c8ea2478771eec8dface6df0b3 /gnu | |
parent | 02161372378dd7434df84be5139d902cebd559f7 (diff) | |
download | guix-2617050b3bce48c547e34cdf6217b43c17c737c5.tar guix-2617050b3bce48c547e34cdf6217b43c17c737c5.tar.gz |
gnu: magit: Update to 2.10.3.
* gnu/packages/emacs.scm (magit): Update to 2.10.3.
Diffstat (limited to 'gnu')
-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 dc2820167f..925d0f5535 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))) |