GNU bug report logs -
#60042
[PATCH] gnu: git: Update to 2.39.0.
Previous Next
Reported by: Greg Hogan <code <at> greghogan.com>
Date: Tue, 13 Dec 2022 18:41:02 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 bug report
#60042: [PATCH] gnu: git: Update to 2.39.0.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 60042 <at> debbugs.gnu.org.
--
60042: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60042
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
On Thu, Dec 15, 2022 at 6:39 AM zimoun <zimon.toutoune <at> gmail.com> wrote:
>
> Hi,
>
> On Tue, 13 Dec 2022 at 18:40, Greg Hogan <code <at> greghogan.com> wrote:
> > * gnu/packages/version-control.scm (git): Update to 2.39.0.
>
> This change is for staging, IMHO.
>
> --8<---------------cut here---------------start------------->8---
> $ guix refresh -l git git-minimal | cut -f1 -d':'
> Building the following 302 packages would ensure 664 dependent packages are rebuilt
> --8<---------------cut here---------------end--------------->8---
>
> Cheers,
> simon
[Message part 3 (message/rfc822, inline)]
* gnu/packages/version-control.scm (git): Update to 2.39.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 5da93fa0ce..fa303ba00b 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -224,14 +224,14 @@ (define git-cross-configure-flags
(define-public git
(package
(name "git")
- (version "2.38.1")
+ (version "2.39.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kernel.org/software/scm/git/git-"
version ".tar.xz"))
(sha256
(base32
- "1n8afjjim30lddhm25cdscdr2xfa518293jhqbxy1fd2b3mgipcp"))))
+ "0nr6d46z3zfxbr1psww7vylva3mw6vbhnywixhywm6aszc9rn6ds"))))
(build-system gnu-build-system)
(native-inputs
`(("native-perl" ,perl)
@@ -251,7 +251,7 @@ (define-public git
version ".tar.xz"))
(sha256
(base32
- "17bms6d0v5dw34bpsm78gpq1pn0jp6ap8nbcrby4hzfwa810kya7"))))
+ "0rwl3rkj50r1dkrlgf3d2paxbz5fz7bq4azhzb6a4d6c8bazcw3p"))))
;; For subtree documentation.
("asciidoc" ,asciidoc)
("docbook-xsl" ,docbook-xsl)
--
2.38.1
This bug report was last modified 2 years 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.