diff options
| author | Ashish SHUKLA <ashish.is@lostca.se> | 2026-02-02 23:44:51 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-26 23:03:56 +0000 |
| commit | ff1497f9ea2c6dc7684e32661b8c046dac76d9bb (patch) | |
| tree | 77331cfd15b44d19215cc7e176bd39c7edb504ee /gnu/packages/version-control.scm | |
| parent | 2ed8aca4497c43817ac51c5dec967fdb1bfbbaae (diff) | |
gnu: git-minimal: Update to 2.53.0
* gnu/packages/version-control.scm (git-minimal): Update to 2.53.0.
Change-Id: I6cf52bbd4d23bfcb8d9d98065738b2214f8085af
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/version-control.scm')
| -rw-r--r-- | gnu/packages/version-control.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index f5db84f16c3..97bbf3ea90b 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm | |||
| @@ -310,14 +310,14 @@ Python 3.3 and later, rather than on Python 2.") | |||
| 310 | (define-public git-minimal | 310 | (define-public git-minimal |
| 311 | (package | 311 | (package |
| 312 | (name "git-minimal") | 312 | (name "git-minimal") |
| 313 | (version "2.52.0") | 313 | (version "2.53.0") |
| 314 | (source (origin | 314 | (source (origin |
| 315 | (method url-fetch) | 315 | (method url-fetch) |
| 316 | (uri (string-append "mirror://kernel.org/software/scm/git/git-" | 316 | (uri (string-append "mirror://kernel.org/software/scm/git/git-" |
| 317 | version ".tar.xz")) | 317 | version ".tar.xz")) |
| 318 | (sha256 | 318 | (sha256 |
| 319 | (base32 | 319 | (base32 |
| 320 | "1ifpkrr64g8b0vv13155gz876s2f4vcqrvhgc75lkab9dzlgxn1w")) | 320 | "0ly6335f4qd5qkzk3xwib6h1i26w17b37968zsyvnqdhh1yvs62q")) |
| 321 | (patches (search-patches "git-clar-path-max.patch")))) | 321 | (patches (search-patches "git-clar-path-max.patch")))) |
| 322 | (build-system gnu-build-system) | 322 | (build-system gnu-build-system) |
| 323 | (arguments | 323 | (arguments |
