This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new b5f3454c22 Revert "gnu: git-minimal: Update to 2.53.0"
b5f3454c22 is described below
commit b5f3454c220f3031abfd79dda80749045bee7ac2
Author: Andreas Enge <[email protected]>
AuthorDate: Fri Feb 27 11:16:49 2026 +0100
Revert "gnu: git-minimal: Update to 2.53.0"
This reverts commit ff1497f9ea2c6dc7684e32661b8c046dac76d9bb.
---
gnu/packages/version-control.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 97bbf3ea90..f5db84f16c 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