diff options
| author | Andreas Enge <andreas@enge.fr> | 2026-02-27 11:16:49 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-27 11:16:49 +0100 |
| commit | b5f3454c220f3031abfd79dda80749045bee7ac2 (patch) | |
| tree | a17bffce78d1380cf0381e5345df7c77429d9f4e /gnu/packages/version-control.scm | |
| parent | f1600ecce4cdc345e4d8ad21016c9c686adf98e6 (diff) | |
Revert "gnu: git-minimal: Update to 2.53.0"
This reverts commit ff1497f9ea2c6dc7684e32661b8c046dac76d9bb.
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 97bbf3ea90b..f5db84f16c3 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.") (define-public git-minimal (package (name "git-minimal") - (version "2.53.0") + (version "2.52.0") (source (origin (method url-fetch) (uri (string-append "mirror://kernel.org/software/scm/git/git-" version ".tar.xz")) (sha256 (base32 - "0ly6335f4qd5qkzk3xwib6h1i26w17b37968zsyvnqdhh1yvs62q")) + "1ifpkrr64g8b0vv13155gz876s2f4vcqrvhgc75lkab9dzlgxn1w")) (patches (search-patches "git-clar-path-max.patch")))) (build-system gnu-build-system) (arguments |
