GNU bug report logs - #58359
[PATCH] gnu: git: Update to 2.38.0.

Previous Next

Package: guix-patches;

Reported by: Greg Hogan <code <at> greghogan.com>

Date: Fri, 7 Oct 2022 15:28:01 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#58359: closed ([PATCH] gnu: git: Update to 2.38.0.)
Date: Sat, 08 Oct 2022 05:27:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sat, 08 Oct 2022 01:26:31 -0400
with message-id <87v8ouzy0o.fsf <at> gmail.com>
and subject line Re: bug#58359: [PATCH] gnu: git: Update to 2.38.0.
has caused the debbugs.gnu.org bug report #58359,
regarding [PATCH] gnu: git: Update to 2.38.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
58359: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58359
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Greg Hogan <code <at> greghogan.com>
To: guix-patches <at> gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [PATCH] gnu: git: Update to 2.38.0.
Date: Fri,  7 Oct 2022 15:25:59 +0000
* gnu/packages/version-control.scm (git): Update to 2.38.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 bd0ad70ce8..2d21ac54ce 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -221,14 +221,14 @@ (define git-cross-configure-flags
 (define-public git
   (package
    (name "git")
-   (version "2.37.3")
+   (version "2.38.0")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://kernel.org/software/scm/git/git-"
                                 version ".tar.xz"))
             (sha256
              (base32
-              "0yp8hdj0w18jhmmdflzz74z418cw95i08pc22yycyn8nyvbl2il1"))))
+              "02ij201lyipv1w2zkcq4ng2bga2xkw58xnkbs1wdw50qdgiasglj"))))
    (build-system gnu-build-system)
    (native-inputs
     `(("native-perl" ,perl)
@@ -248,7 +248,7 @@ (define-public git
                 version ".tar.xz"))
           (sha256
            (base32
-            "053lj9wy8y2yr5jzpb0af4w50gz3ckhgc15wqx7is4z6k9a76lww"))))
+            "1qyn6rhwblshz0hp0kdc8lk22c1fv8avfr44sia0vzlbd82xj828"))))
       ;; For subtree documentation.
       ("asciidoc" ,asciidoc)
       ("docbook-xsl" ,docbook-xsl)
-- 
2.38.0



[Message part 3 (message/rfc822, inline)]
From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Greg Hogan <code <at> greghogan.com>
Cc: 58359-done <at> debbugs.gnu.org
Subject: Re: bug#58359: [PATCH] gnu: git: Update to 2.38.0.
Date: Sat, 08 Oct 2022 01:26:31 -0400
Hello,

Greg Hogan <code <at> greghogan.com> writes:

> * gnu/packages/version-control.scm (git): Update to 2.38.0.

Applied!

-- 
Thanks,
Maxim


This bug report was last modified 2 years and 284 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.