unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#65636] [PATCH] gnu: git: Update to 2.42.0.
@ 2023-08-30 19:03 Greg Hogan
  2023-09-22  8:14 ` Simon Tournier
  0 siblings, 1 reply; 4+ messages in thread
From: Greg Hogan @ 2023-08-30 19:03 UTC (permalink / raw)
  To: 65636; +Cc: Greg Hogan

* 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





^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-11-21 13:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-30 19:03 [bug#65636] [PATCH] gnu: git: Update to 2.42.0 Greg Hogan
2023-09-22  8:14 ` Simon Tournier
2023-10-17 22:31   ` Greg Hogan
2023-11-21 13:14     ` bug#65636: " Greg Hogan

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).