gnu: git: Update to 2.31.0.

* gnu/packages/version-control.scm (git): Update to 2.31.0.
This commit is contained in:
Léo Le Bouter 2021-03-16 10:52:11 +01:00
parent db87d6ddaf
commit ab9629b7c9
No known key found for this signature in database
GPG key ID: 45A8B1E86BCD10A6

View file

@ -170,14 +170,14 @@ (define git-cross-configure-flags
(define-public git
(package
(name "git")
(version "2.30.2")
(version "2.31.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kernel.org/software/scm/git/git-"
version ".tar.xz"))
(sha256
(base32
"1ajz6lng6yldqm66lhrjfgbbxk09rq8cngv7hz9nqizrf46dkxs1"))))
"0h4sg3xqa9pd2agrd7m18sqg319ls978d39qswyf30rjvg5n5wg8"))))
(build-system gnu-build-system)
(native-inputs
`(("native-perl" ,perl)