gnu: git: Update to 2.1.2.

* gnu/packages/version-control.scm (git): Update to 2.1.2.
master
Ludovic Courtès 2014-10-04 23:28:41 +02:00
parent 9849cfc12c
commit ff212a5cdf
1 changed files with 3 additions and 3 deletions

View File

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