GNU bug report logs -
#73309
[PATCH v4] gnu: git: Update to 2.47.1.
Previous Next
Reported by: Ashish SHUKLA <ashish.is <at> lostca.se>
Date: Tue, 17 Sep 2024 00:47:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/version-control.scm (git-minimal): Update to 2.46.2.
(git)[arguments]<install-man-pages>: Update hash.
Change-Id: I667da2d99478c073aed60ab995d86220fd860050
---
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 87186985e9..e1e9258d81 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -254,14 +254,14 @@ (define git-cross-configure-flags
(define-public git-minimal
(package
(name "git-minimal")
- (version "2.46.0")
+ (version "2.46.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kernel.org/software/scm/git/git-"
version ".tar.xz"))
(sha256
(base32
- "15bzq9m6c033qiz5q5gw1nqw4m452vvqax30wbms6z4bl9i384kz"))))
+ "18rcmvximgyg3v1a9papi9djfamiak0ys5cmgx7ll29nhp3a3s2y"))))
(build-system gnu-build-system)
(arguments
(list
@@ -706,7 +706,7 @@ (define-public git
".tar.xz"))
(sha256
(base32
- "1lvvhzypllbyd8j6m0p9qgd3gqg10gch9s7lqif8vr9n80fqn4fw"))))))))))))
+ "1bn2jifax2w0q4p67qhnb3fwsx9qvqpa0h2c857zs8mnn2cmp6gy"))))))))))))
(native-inputs
(modify-inputs (package-native-inputs git-minimal)
;; For subtree documentation.
base-commit: b9f2ff6b8d361fa40f6db08378cb47afa2652c4e
--
2.46.2
This bug report was last modified 151 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.