gnu: emacs-magit: Update to 2.90.1.

* gnu/packages/emacs-xyz.scm (emacs-magit): Update to 2.90.1.
master
Pierre Neidhardt 2019-03-04 08:24:24 +01:00
parent 3261a73280
commit d60213967a
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F
1 changed files with 3 additions and 3 deletions

View File

@ -254,16 +254,16 @@ on stdout instead of using a socket as the Emacsclient does.")
(define-public emacs-magit (define-public emacs-magit
(package (package
(name "emacs-magit") (name "emacs-magit")
(version "2.13.1") (version "2.90.1")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/magit/magit") (url "https://github.com/magit/magit")
(commit version))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1kmjjcvhcb21qi6kmrlhf92ync8va5l41n9ban8kj25h7dbqyiym")))) "1kw94sdczswsyzn1zlk5s5aplpdv4qd7qcqc5zfxsmsfwm3jacl4"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs `(("texinfo" ,texinfo) (native-inputs `(("texinfo" ,texinfo)
("emacs" ,emacs-minimal))) ("emacs" ,emacs-minimal)))