gnu: git: Update to 2.45.1 [security fixes].

* gnu/packages/version-control.scm (git): Update to 2.45.1.

Change-Id: Ia0634c6b0a4a3b5cc5c584ca064bbeb62b207c3e
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
Ashish SHUKLA 2024-05-17 10:03:08 +00:00 committed by Maxim Cournoyer
parent a6fdea9b3d
commit 09690a2b0c
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -242,14 +242,14 @@ (define git-cross-configure-flags
(define-public git
(package
(name "git")
(version "2.41.0")
(version "2.45.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kernel.org/software/scm/git/git-"
version ".tar.xz"))
(sha256
(base32
"0h40arw08xbpi2cbf7pvc947v963rjxz3inb2ar81zjc8byvlj77"))))
"1gqj5xrlmzs4amrj7xgxx7qpqj8br8f6bk4bzcnf4yk2iq538kg6"))))
(build-system gnu-build-system)
(native-inputs
`(("native-perl" ,perl)
@ -269,7 +269,7 @@ (define-public git
version ".tar.xz"))
(sha256
(base32
"0xsqakgy0s60zpa13ilj6zj420kdh8pf4v3nrp1nziwj8ja4qymw"))))
"1w6r2liifafsxydmc48p578z7z70ys0spm6qp5ygdd0l26mxf8p6"))))
;; For subtree documentation.
("asciidoc" ,asciidoc)
("docbook2x" ,docbook2x)