GNU bug report logs - #55364
[PATCH] gnu: git: Update to 2.36.1.

Previous Next

Package: guix-patches;

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

Date: Wed, 11 May 2022 11:57:02 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: Greg Hogan <code <at> greghogan.com>
Subject: bug#55364: closed (Re: bug#55364: [PATCH] gnu: git: Update to
 2.36.1.)
Date: Wed, 18 May 2022 13:11:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#55364: [PATCH] gnu: git: Update to 2.36.1.

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 55364 <at> debbugs.gnu.org.

-- 
55364: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55364
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Greg Hogan <code <at> greghogan.com>
Cc: 55364-done <at> debbugs.gnu.org
Subject: Re: bug#55364: [PATCH] gnu: git: Update to 2.36.1.
Date: Wed, 18 May 2022 09:10:01 -0400
Hello,

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

> From f5fbd1e920120720ad9e983ab0bf740603250a06 Mon Sep 17 00:00:00 2001
> From: Greg Hogan <code <at> greghogan.com>
> Date: Tue, 10 May 2022 14:17:25 +0000
> Subject: [PATCH] gnu: git: Update to 2.36.1.
>
> * gnu/packages/version-control.scm (git): Update to 2.36.1.
> ---
>  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 49b53789f9..78efb76add 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.36.0")
> +   (version "2.36.1")
>     (source (origin
>              (method url-fetch)
>              (uri (string-append "mirror://kernel.org/software/scm/git/git-"
>                                  version ".tar.xz"))
>              (sha256
>               (base32
> -              "1ly13j37h1y8bgcj3h0cl43vcpwk9j4gsasssk8gar44cp0vypmg"))))
> +              "0w43a35mhc2qf2gjkxjlnkf2lq8g0snf34iy5gqx2678yq7llpa0"))))
>     (build-system gnu-build-system)
>     (native-inputs
>      `(("native-perl" ,perl)
> @@ -248,7 +248,7 @@ (define-public git
>                  version ".tar.xz"))
>            (sha256
>             (base32
> -            "0p6vc6nyaibx2lxirjj2nm5spk5q6svz8l3w0pqnaa3i7l7c6qy0"))))
> +            "0vsfjs6xg228yhqcpaiwkpncaqcghnm0pwdxmgibz0rj6d8ydrmi"))))
>        ;; For subtree documentation.
>        ("asciidoc" ,asciidoc)
>        ("docbook-xsl" ,docbook-xsl)
> --
> 2.36.0

Applied as 69ec5baaf7.

Thanks!

Maxim

[Message part 3 (message/rfc822, inline)]
From: Greg Hogan <code <at> greghogan.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: git: Update to 2.36.1.
Date: Wed, 11 May 2022 07:56:30 -0400
[Message part 4 (text/plain, inline)]
From f5fbd1e920120720ad9e983ab0bf740603250a06 Mon Sep 17 00:00:00 2001
From: Greg Hogan <code <at> greghogan.com>
Date: Tue, 10 May 2022 14:17:25 +0000
Subject: [PATCH] gnu: git: Update to 2.36.1.

* gnu/packages/version-control.scm (git): Update to 2.36.1.
---
 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 49b53789f9..78efb76add 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.36.0")
+   (version "2.36.1")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://kernel.org/software/scm/git/git-"
                                 version ".tar.xz"))
             (sha256
              (base32
-              "1ly13j37h1y8bgcj3h0cl43vcpwk9j4gsasssk8gar44cp0vypmg"))))
+              "0w43a35mhc2qf2gjkxjlnkf2lq8g0snf34iy5gqx2678yq7llpa0"))))
    (build-system gnu-build-system)
    (native-inputs
     `(("native-perl" ,perl)
@@ -248,7 +248,7 @@ (define-public git
                 version ".tar.xz"))
           (sha256
            (base32
-            "0p6vc6nyaibx2lxirjj2nm5spk5q6svz8l3w0pqnaa3i7l7c6qy0"))))
+            "0vsfjs6xg228yhqcpaiwkpncaqcghnm0pwdxmgibz0rj6d8ydrmi"))))
       ;; For subtree documentation.
       ("asciidoc" ,asciidoc)
       ("docbook-xsl" ,docbook-xsl)
--
2.36.0
[Message part 5 (text/html, inline)]
[0001-gnu-git-Update-to-2.36.1.patch (application/octet-stream, attachment)]

This bug report was last modified 3 years and 6 days ago.

Previous Next


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