gnu: git: Update to 2.6.3.

* gnu/packages/version-control.scm (git): Update to 2.6.3.
  (git-manpages)[source]: Update hash.
This commit is contained in:
Mark H Weaver 2015-11-10 23:06:28 -05:00
parent 2ab5fdc4b4
commit a4564c629f

View file

@ -105,14 +105,14 @@ (define-public git
;; Keep in sync with 'git-manpages'!
(package
(name "git")
(version "2.5.0")
(version "2.6.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kernel.org/software/scm/git/git-"
version ".tar.xz"))
(sha256
(base32
"0p747j94kynrx71qaamc9i0dkq5vqpv66a47b68pmin1qsxb2nfc"))))
"18vxb5fmwmrps504m23a4xdl29m7ibca3hmz0mn9jc38sz9y95yn"))))
(build-system gnu-build-system)
(native-inputs
`(("native-perl" ,perl)
@ -279,7 +279,7 @@ (define-public git-manpages
version ".tar.xz"))
(sha256
(base32
"1spnqxzl53ic7bv1x7c6lwscdh581scqm5zh98wfp4qn1ciafvhs"))))
"1d7jb4pyln0prgxpxkfiy2l6ragsjzsyqyxbssbchdvl145gj8xf"))))
(build-system trivial-build-system)
(arguments
'(#:modules ((guix build utils))