mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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:
parent
1811a3dd82
commit
04e9e4a462
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue