gnu: git-minimal: Update to 2.52.0.

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

Change-Id: I8f0aec01fd8891d4c6da6d5c1cc06b3470424622
This commit is contained in:
Greg Hogan 2025-11-18 20:16:55 +00:00
parent 1811a3dd82
commit 04e9e4a462
No known key found for this signature in database
GPG key ID: EF6EB27413CFEEF3

View file

@ -313,14 +313,14 @@ Python 3.3 and later, rather than on Python 2.")
(define-public git-minimal
(package
(name "git-minimal")
(version "2.51.2")
(version "2.52.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kernel.org/software/scm/git/git-"
version ".tar.xz"))
(sha256
(base32
"1qxlcrcykb326585nzr97hmylwzcb7spd6zfbrsn13nml91p2g93"))))
"1ifpkrr64g8b0vv13155gz876s2f4vcqrvhgc75lkab9dzlgxn1w"))))
(build-system gnu-build-system)
(arguments
(list