gnu: magit: Update to 1.2.1.
* gnu/packages/emacs.scm (magit): Update to 1.2.1.
This commit is contained in:
parent
abc5b82971
commit
fac8b30bf8
|
@ -206,13 +206,14 @@ when typing parentheses directly or commenting out code line by line.")
|
||||||
(define-public magit
|
(define-public magit
|
||||||
(package
|
(package
|
||||||
(name "magit")
|
(name "magit")
|
||||||
(version "1.2.0")
|
(version "1.2.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/downloads/magit/magit/magit-"
|
(uri (string-append
|
||||||
version ".tar.gz"))
|
"https://github.com/magit/magit/releases/download/"
|
||||||
|
version "/" name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1a8vvilhd5y5vmlpsh194qpl4qlg0a1brylfscxcacpfp0cmhlzg"))))
|
(base32 "1in48g5l5xdc9cf2apnpgx73mqlz2njrpi1w52dgql4qxv3kg6gr"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs `(("texinfo" ,texinfo)))
|
(native-inputs `(("texinfo" ,texinfo)))
|
||||||
(inputs `(("emacs" ,emacs)
|
(inputs `(("emacs" ,emacs)
|
||||||
|
|
Loading…
Reference in New Issue