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

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

bug#65636: closed ([PATCH] gnu: git: Update to 2.42.0.)


From: GNU bug Tracking System
Subject: bug#65636: closed ([PATCH] gnu: git: Update to 2.42.0.)
Date: Tue, 21 Nov 2023 13:16:01 +0000

Your message dated Tue, 21 Nov 2023 08:14:43 -0500
with message-id 
<CA+3U0Z=zZucy09u8qOROPV6d3FaMFOShVTLyyTz9Y4=ykvD4aA@mail.gmail.com>
and subject line Re: [bug#65636] [PATCH] gnu: git: Update to 2.42.0.
has caused the debbugs.gnu.org bug report #65636,
regarding [PATCH] gnu: git: Update to 2.42.0.
to be marked as done.

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


-- 
65636: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=65636
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: git: Update to 2.42.0. Date: Wed, 30 Aug 2023 19:03:21 +0000
* gnu/packages/version-control.scm (git): Update to 2.42.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 699a091642..94f2076451 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -230,14 +230,14 @@ (define git-cross-configure-flags
 (define-public git
   (package
    (name "git")
-   (version "2.41.0")
+   (version "2.42.0")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://kernel.org/software/scm/git/git-"
                                 version ".tar.xz"))
             (sha256
              (base32
-              "0h40arw08xbpi2cbf7pvc947v963rjxz3inb2ar81zjc8byvlj77"))))
+              "039vr63xi55admhdn30pabpl1fd8kvfksznxhj24p6fjkw722y1j"))))
    (build-system gnu-build-system)
    (native-inputs
     `(("native-perl" ,perl)
@@ -257,7 +257,7 @@ (define-public git
                 version ".tar.xz"))
           (sha256
            (base32
-            "0xsqakgy0s60zpa13ilj6zj420kdh8pf4v3nrp1nziwj8ja4qymw"))))
+            "1fbkwpqkmmr32n4mraf8slmna3mmz2d63rhr06qk3bbpl1hdrq03"))))
       ;; For subtree documentation.
       ("asciidoc" ,asciidoc)
       ("docbook2x" ,docbook2x)
-- 
2.41.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#65636] [PATCH] gnu: git: Update to 2.42.0. Date: Tue, 21 Nov 2023 08:14:43 -0500
Closing due to the release of v2.43.


--- End Message ---

reply via email to

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