mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -05:00
gnu: magit: Update to 2.13.0.
* gnu/packages/emacs.scm (magit): Update to 2.13.0.
This commit is contained in:
parent
3348e9f371
commit
6710206881
1 changed files with 2 additions and 2 deletions
|
@ -436,7 +436,7 @@ (define-public emacs-with-editor
|
|||
(define-public magit
|
||||
(package
|
||||
(name "magit")
|
||||
(version "2.12.1")
|
||||
(version "2.13.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -444,7 +444,7 @@ (define-public magit
|
|||
version "/" name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1czzknmhzbggcv3bxl5amvfpp0zrkdwl1x05qarsq6qakvc85xy3"))))
|
||||
"1ygaah3dd3nxpyd17297xgvdcgr7pgzzwlmpnmchki0kiwgg3sbc"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs `(("texinfo" ,texinfo)
|
||||
("emacs" ,emacs-minimal)))
|
||||
|
|
Loading…
Reference in a new issue