emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#56672: closed ([PATCH] gnu: git: Update to 2.37.1.)


From: GNU bug Tracking System
Subject: bug#56672: closed ([PATCH] gnu: git: Update to 2.37.1.)
Date: Fri, 22 Jul 2022 22:40:02 +0000

Your message dated Sat, 23 Jul 2022 00:39:03 +0200
with message-id <877d44g4c8.fsf@gnu.org>
and subject line Re: bug#56672: [PATCH] gnu: git: Update to 2.37.1.
has caused the debbugs.gnu.org bug report #56672,
regarding [PATCH] gnu: git: Update to 2.37.1.
to be marked as done.

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


-- 
56672: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=56672
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: git: Update to 2.37.1. Date: Wed, 20 Jul 2022 18:21:32 +0000
* gnu/packages/version-control.scm (git): Update to 2.37.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 612f69597f..6652ac717f 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.0")
+   (version "2.37.1")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://kernel.org/software/scm/git/git-"
                                 version ".tar.xz"))
             (sha256
              (base32
-              "07s1jmsc1d4dlmr3qpibfzj14gy1gm049zp2vp1lw36h3dqs2zwz"))))
+              "001m3gnal902hv22gp1m44c6247357pb80db0svms74gidmjq5n8"))))
    (build-system gnu-build-system)
    (native-inputs
     `(("native-perl" ,perl)
@@ -248,7 +248,7 @@ (define-public git
                 version ".tar.xz"))
           (sha256
            (base32
-            "1q68mnbpznapxxyjpysjx5lz8m6y25frxl5yshgx139c0xcr64c0"))))
+            "098yz8kzvzmmrkyiv8j79s5nryws302pnq6jcbrqbidrziwcxkjd"))))
       ;; For subtree documentation.
       ("asciidoc" ,asciidoc)
       ("docbook-xsl" ,docbook-xsl)
-- 
2.37.0




--- End Message ---
--- Begin Message --- Subject: Re: bug#56672: [PATCH] gnu: git: Update to 2.37.1. Date: Sat, 23 Jul 2022 00:39:03 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)
Hi Greg,

Greg Hogan <code@greghogan.com> skribis:

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

Applied, thanks!

Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]