GNU bug report logs -
#65636
[PATCH] gnu: git: Update to 2.42.0.
Previous Next
Reported by: Greg Hogan <code <at> greghogan.com>
Date: Wed, 30 Aug 2023 19:05:01 UTC
Severity: normal
Tags: patch
Done: Greg Hogan <code <at> greghogan.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Tue, 21 Nov 2023 08:14:43 -0500
with message-id <CA+3U0Z=zZucy09u8qOROPV6d3FaMFOShVTLyyTz9Y4=ykvD4aA <at> mail.gmail.com>
and subject line Re: [bug#65636] [PATCH] gnu: git: Update to 2.42.0.
has caused the debbugs.gnu.org bug report #65636,
regarding [PATCH] gnu: git: Update to 2.42.0.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
65636: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=65636
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/version-control.scm (git): Update to 2.42.0.
---
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 699a091642..94f2076451 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -230,14 +230,14 @@ (define git-cross-configure-flags
(define-public git
(package
(name "git")
- (version "2.41.0")
+ (version "2.42.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kernel.org/software/scm/git/git-"
version ".tar.xz"))
(sha256
(base32
- "0h40arw08xbpi2cbf7pvc947v963rjxz3inb2ar81zjc8byvlj77"))))
+ "039vr63xi55admhdn30pabpl1fd8kvfksznxhj24p6fjkw722y1j"))))
(build-system gnu-build-system)
(native-inputs
`(("native-perl" ,perl)
@@ -257,7 +257,7 @@ (define-public git
version ".tar.xz"))
(sha256
(base32
- "0xsqakgy0s60zpa13ilj6zj420kdh8pf4v3nrp1nziwj8ja4qymw"))))
+ "1fbkwpqkmmr32n4mraf8slmna3mmz2d63rhr06qk3bbpl1hdrq03"))))
;; For subtree documentation.
("asciidoc" ,asciidoc)
("docbook2x" ,docbook2x)
--
2.41.0
[Message part 3 (message/rfc822, inline)]
Closing due to the release of v2.43.
This bug report was last modified 1 year and 184 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.