gnu: git: Update to 2.1.2.

* gnu/packages/version-control.scm (git): Update to 2.1.2.
This commit is contained in:
Ludovic Courtès 2014-10-04 23:28:41 +02:00
parent 9849cfc12c
commit ff212a5cdf

View file

@ -91,14 +91,14 @@ (define-public bazaar
(define-public git (define-public git
(package (package
(name "git") (name "git")
(version "1.8.4") (version "2.1.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://git-core.googlecode.com/files/git-" (uri (string-append "http://git-core.googlecode.com/files/git-"
version ".tar.gz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"156bwqqgaw65rsvbb4wih5jfg94bxyf6p16mdwf0ky3f4ln55s2i")))) "12x1qycc0rii6fqpiizp9v9ysdmj6lpi9imqqbrkdx6cifbwh9vv"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("native-perl" ,perl) `(("native-perl" ,perl)