diff options
| author | Alex Kost <alezost@gmail.com> | 2016-04-01 12:14:39 +0300 |
|---|---|---|
| committer | Alex Kost <alezost@gmail.com> | 2016-04-03 20:15:33 +0300 |
| commit | 000bc04d52c8318bdaa231e4d00dcc2762b0cb80 (patch) | |
| tree | 58f340df03fee873795e855c9e3c6411897f2db5 /gnu | |
| parent | c5e1fcd0aea87e841a8484ce28679d11d602f137 (diff) | |
gnu: magit: Update to 2.6.0.
* gnu/packages/emacs.scm (magit): Update to 2.6.0.
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 f53f73bb8a6..c8283ca4411 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm | |||
| @@ -378,7 +378,7 @@ on stdout instead of using a socket as the Emacsclient does.") | |||
| 378 | (define-public magit | 378 | (define-public magit |
| 379 | (package | 379 | (package |
| 380 | (name "magit") | 380 | (name "magit") |
| 381 | (version "2.5.0") | 381 | (version "2.6.0") |
| 382 | (source (origin | 382 | (source (origin |
| 383 | (method url-fetch) | 383 | (method url-fetch) |
| 384 | (uri (string-append | 384 | (uri (string-append |
| @@ -386,7 +386,7 @@ on stdout instead of using a socket as the Emacsclient does.") | |||
| 386 | version "/" name "-" version ".tar.gz")) | 386 | version "/" name "-" version ".tar.gz")) |
| 387 | (sha256 | 387 | (sha256 |
| 388 | (base32 | 388 | (base32 |
| 389 | "0i6qpx5szzc4kyfcdhaic8gif0sqdqcya1niyj93lpvw66jcxsxa")))) | 389 | "04km5j6118yqz7h3dyfd4ijjd6w3pb76pjlaj25wh1bchf1yilir")))) |
| 390 | (build-system gnu-build-system) | 390 | (build-system gnu-build-system) |
| 391 | (native-inputs `(("texinfo" ,texinfo) | 391 | (native-inputs `(("texinfo" ,texinfo) |
| 392 | ("emacs" ,emacs-no-x))) | 392 | ("emacs" ,emacs-no-x))) |
