[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#73309] [PATCH] gnu: git: Update to 2.47.1.
From: |
ashish . is |
Subject: |
[bug#73309] [PATCH] gnu: git: Update to 2.47.1. |
Date: |
Tue, 26 Nov 2024 20:33:33 +0100 |
From: Ashish SHUKLA <ashish.is@lostca.se>
* gnu/packages/version-control.scm (git-minimal): Update to 2.47.1.
(git)[arguments]<install-man-pages>: Update hash.
Change-Id: I63ad29cf4002606737160d5615ed0845babefe3b
---
gnu/packages/version-control.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index c892a83a98..bc4ad4ac52 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -258,14 +258,14 @@ (define git-cross-configure-flags
(define-public git-minimal
(package
(name "git-minimal")
- (version "2.46.0")
+ (version "2.47.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kernel.org/software/scm/git/git-"
version ".tar.xz"))
(sha256
(base32
- "15bzq9m6c033qiz5q5gw1nqw4m452vvqax30wbms6z4bl9i384kz"))))
+ "046kdr5dhg31hjcg6wpfqnwwbaqdjyax7n8wx5s26fdf4fxzkn7k"))))
(build-system gnu-build-system)
(arguments
(list
@@ -710,7 +710,7 @@ (define-public git
".tar.xz"))
(sha256
(base32
-
"1lvvhzypllbyd8j6m0p9qgd3gqg10gch9s7lqif8vr9n80fqn4fw"))))))))))))
+
"04zfxwdhja82mm24isk2jxhp30q6l3nnnzv6gdrc0mmhi5d01hpz"))))))))))))
(native-inputs
(modify-inputs (package-native-inputs git-minimal)
;; For subtree documentation.
base-commit: a2a3264bb38568e892e69e64dcfd12829a9975ce
--
2.47.1
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug#73309] [PATCH] gnu: git: Update to 2.47.1.,
ashish . is <=