3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: git: Update to 2.29.2.

* gnu/packages/version-control.scm (git): Update to 2.29.2.
This commit is contained in:
Tobias Geerinckx-Rice 2020-11-01 13:59:36 +01:00
parent c32bc7fe3b
commit 9e775fa1a9
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -159,14 +159,14 @@ as well as the classic centralized workflow.")
(define-public git
(package
(name "git")
(version "2.29.1")
(version "2.29.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kernel.org/software/scm/git/git-"
version ".tar.xz"))
(sha256
(base32
"1cxd2h0k6bhv25avnk40h0pahgc7vgs37dc6kmln3pfhjyb6019h"))))
"1h87yv117ypnc0yi86941089c14n91gixk8b6shj2y35prp47z7j"))))
(build-system gnu-build-system)
(native-inputs
`(("native-perl" ,perl)
@ -183,7 +183,7 @@ as well as the classic centralized workflow.")
version ".tar.xz"))
(sha256
(base32
"1gn7fhh8qfgfwr0gbgzwv1wncrvhc9iic9fg9sbns44kxa59biyk"))))
"14npkg9rnp2yclsx5p622qpm6byzfy5k5wb209vkmm5r60m4mm72"))))
;; For subtree documentation.
("asciidoc" ,asciidoc-py3)
("docbook-xsl" ,docbook-xsl)