[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#72413] [PATCH v2] gnu: git: Update to 2.46.0
From: |
ashish . is |
Subject: |
[bug#72413] [PATCH v2] gnu: git: Update to 2.46.0 |
Date: |
Thu, 5 Sep 2024 12:40:24 +0000 |
From: Ashish SHUKLA <ashish.is@lostca.se>
* gnu/packages/version-control.scm (git-minimal): Update to 2.46.0.
(git)[arguments]<phases>{install-man-pages} Update hash for the
git-manpages.
Change-Id: I686825ffba828e88e37ff156fab23fd43155d210
---
This revised patch works with current HEAD, esp. with the issue 73034
which fixes git-send-email.
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 1db783b731..b8aa1ee0da 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -248,14 +248,14 @@ (define git-cross-configure-flags
(define-public git-minimal
(package
(name "git-minimal")
- (version "2.45.2")
+ (version "2.46.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kernel.org/software/scm/git/git-"
version ".tar.xz"))
(sha256
(base32
- "1nws1vjgj54sv32wxl1h3n1jkcpabqv7a605hhafsby0n5zfigsi"))))
+ "15bzq9m6c033qiz5q5gw1nqw4m452vvqax30wbms6z4bl9i384kz"))))
(build-system gnu-build-system)
(arguments
(list
@@ -692,7 +692,7 @@ (define-public git
".tar.xz"))
(sha256
(base32
-
"1pqrp46kwbxycqld39027ph1cvkq9am156y3sswn6w2khsg30f09"))))))))))))
+
"1lvvhzypllbyd8j6m0p9qgd3gqg10gch9s7lqif8vr9n80fqn4fw"))))))))))))
(native-inputs
(modify-inputs (package-native-inputs git-minimal)
;; For subtree documentation.
base-commit: 20b1613484f512649f919d89285e981998592497
--
2.46.0
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug#72413] [PATCH v2] gnu: git: Update to 2.46.0,
ashish . is <=