gnu: git: Update to 2.5.0

* gnu/packages/version-control.scm (git): Update to 2.5.0
This commit is contained in:
Jeff Mickey 2015-08-18 17:37:34 -07:00 committed by Mark H Weaver
parent 2bcfdd8f9c
commit c1b7ea1e24
1 changed files with 2 additions and 2 deletions

View File

@ -120,14 +120,14 @@ PACKAGES and their propagated inputs."
;; Keep in sync with 'git-manpages'!
(package
(name "git")
(version "2.4.3")
(version "2.5.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kernel.org/software/scm/git/git-"
version ".tar.xz"))
(sha256
(base32
"056qh112f2afnbc4sjzkf8idzhi9bp7ggpci83cc6a7gs6lhfl7h"))))
"0p747j94kynrx71qaamc9i0dkq5vqpv66a47b68pmin1qsxb2nfc"))))
(build-system gnu-build-system)
(native-inputs
`(("native-perl" ,perl)