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

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

bug#48879: closed ([PATCH] gnu: git: Update to 2.32.0.)


From: GNU bug Tracking System
Subject: bug#48879: closed ([PATCH] gnu: git: Update to 2.32.0.)
Date: Tue, 08 Jun 2021 07:37:01 +0000

Your message dated Tue, 08 Jun 2021 09:36:12 +0200
with message-id <87bl8giz9v.fsf@gnu.org>
and subject line Re: bug#48879: [PATCH] gnu: git: Update to 2.32.0.
has caused the debbugs.gnu.org bug report #48879,
regarding [PATCH] gnu: git: Update to 2.32.0.
to be marked as done.

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


-- 
48879: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=48879
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: git: Update to 2.32.0. Date: Sun, 6 Jun 2021 19:12:37 +0200
* gnu/packages/version-control.scm (git): Update to 2.32.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 4156c97cea..5900779de8 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -175,14 +175,14 @@ as well as the classic centralized workflow.")
 (define-public git
   (package
    (name "git")
-   (version "2.31.1")
+   (version "2.32.0")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://kernel.org/software/scm/git/git-"
                                 version ".tar.xz"))
             (sha256
              (base32
-              "10367n5sv4nsgaxy486pbp7nscx34vjk8vrb06jm9ffm8ix42qcz"))))
+              "08rnm3ipjqdd2n31dw7mxl3iv9g4nxgc409krmz892a37kd43a38"))))
    (build-system gnu-build-system)
    (native-inputs
     `(("native-perl" ,perl)
@@ -202,7 +202,7 @@ as well as the classic centralized workflow.")
                 version ".tar.xz"))
           (sha256
            (base32
-            "00n7vbfmd3ywgjksgwrszwj0l2niba64qkaq07ra4p8mawy483ax"))))
+            "1hba3wh1fmhrwzw93a0m7q4kb3kwwwi1bx4457c4lkf94l2cpqqr"))))
       ;; For subtree documentation.
       ("asciidoc" ,asciidoc)
       ("docbook-xsl" ,docbook-xsl)
-- 
2.31.1




--- End Message ---
--- Begin Message --- Subject: Re: bug#48879: [PATCH] gnu: git: Update to 2.32.0. Date: Tue, 08 Jun 2021 09:36:12 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hi Solene,

Solene Rapenne <solene@perso.pw> skribis:

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

Tobias updated it independently (oops!) in
d00713d49ec144987cf59c94a462f0245834e6b0.  Closing, thank you!

Ludo’.


--- End Message ---

reply via email to

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