mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 12:47:33 -05:00
gnu: git: Update to 2.31.0.
* gnu/packages/version-control.scm (git): Update to 2.31.0.
This commit is contained in:
parent
db87d6ddaf
commit
ab9629b7c9
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue