[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: gnu: magit: Update to 2.10.0.
From: |
Alex Kost |
Subject: |
02/03: gnu: magit: Update to 2.10.0. |
Date: |
Thu, 5 Jan 2017 21:32:03 +0000 (UTC) |
alezost pushed a commit to branch master
in repository guix.
commit 922ab344469cf71e952e5e5e3aee913188895b52
Author: Alex Kost <address@hidden>
Date: Thu Jan 5 12:51:10 2017 +0300
gnu: magit: Update to 2.10.0.
* gnu/packages/emacs.scm (magit, emacs-magit-popup): Update to 2.10.0.
---
gnu/packages/emacs.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index dde9604..0e456c3 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -423,7 +423,7 @@ on stdout instead of using a socket as the Emacsclient
does.")
(define-public magit
(package
(name "magit")
- (version "2.8.0")
+ (version "2.10.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -431,7 +431,7 @@ on stdout instead of using a socket as the Emacsclient
does.")
version "/" name "-" version ".tar.gz"))
(sha256
(base32
- "1znvb7inwinrhifqzwp4lp9j6yp1l25j7riczc0zmvcjbpl5yhfq"))))
+ "1w74vy46z922kfs7gjkrng7wjpi481calpasqmjzpn3hqvgsd5d1"))))
(build-system gnu-build-system)
(native-inputs `(("texinfo" ,texinfo)
("emacs" ,emacs-minimal)))
@@ -559,7 +559,7 @@ support for Git-SVN.")
(file-name (string-append "magit-popup-" version ".el"))
(sha256
(base32
- "0lmw824zp8c0vhikfkiay9wn4nmaksz6mfy0fldvy4wlx5c26yh3"))))
+ "0s04jnskmggwn69ln05qfwwa32va0q5ri7dwx917wkqz17w5zi62"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-dash" ,emacs-dash)))