unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Greg Hogan <code@greghogan.com>
To: 60042@debbugs.gnu.org
Cc: Greg Hogan <code@greghogan.com>
Subject: [bug#60042] [PATCH] gnu: git: Update to 2.39.0.
Date: Tue, 13 Dec 2022 18:40:28 +0000	[thread overview]
Message-ID: <d02fff8168a225aa7cdcd1a513f5a0beef4fe0b9.1670956476.git.code@greghogan.com> (raw)

* gnu/packages/version-control.scm (git): Update to 2.39.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 5da93fa0ce..fa303ba00b 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -224,14 +224,14 @@ (define git-cross-configure-flags
 (define-public git
   (package
    (name "git")
-   (version "2.38.1")
+   (version "2.39.0")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://kernel.org/software/scm/git/git-"
                                 version ".tar.xz"))
             (sha256
              (base32
-              "1n8afjjim30lddhm25cdscdr2xfa518293jhqbxy1fd2b3mgipcp"))))
+              "0nr6d46z3zfxbr1psww7vylva3mw6vbhnywixhywm6aszc9rn6ds"))))
    (build-system gnu-build-system)
    (native-inputs
     `(("native-perl" ,perl)
@@ -251,7 +251,7 @@ (define-public git
                 version ".tar.xz"))
           (sha256
            (base32
-            "17bms6d0v5dw34bpsm78gpq1pn0jp6ap8nbcrby4hzfwa810kya7"))))
+            "0rwl3rkj50r1dkrlgf3d2paxbz5fz7bq4azhzb6a4d6c8bazcw3p"))))
       ;; For subtree documentation.
       ("asciidoc" ,asciidoc)
       ("docbook-xsl" ,docbook-xsl)
-- 
2.38.1





             reply	other threads:[~2022-12-13 18:41 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-13 18:40 Greg Hogan [this message]
2022-12-15 11:35 ` [bug#60042] [PATCH] gnu: git: Update to 2.39.0 zimoun
2022-12-15 18:55   ` bug#60042: " Greg Hogan
2022-12-20 14:52   ` [bug#60042] " Ludovic Courtès
2022-12-20 15:38     ` Simon Tournier
2022-12-23 23:51       ` [bug#60042] Julia dependency on Git Ludovic Courtès
2022-12-30 13:15         ` zimoun
2023-01-03 17:59           ` Leo Famulari
2023-01-06 22:55           ` [bug#60042] What to call pinned package versions Ludovic Courtès
2023-01-09 10:32             ` Simon Tournier
2023-01-11 13:19               ` Simon Tournier
2023-01-11 17:27                 ` Ludovic Courtès
2023-01-11 17:26               ` Ludovic Courtès
2023-01-26 16:45                 ` zimoun
2022-12-20 16:38     ` [bug#60042] [PATCH] gnu: git: Update to 2.39.0 Greg Hogan
2022-12-25 16:18       ` Ludovic Courtès
2023-02-17 15:55         ` [bug#60042] open branches with target merge dates (was Re: [bug#60042] [PATCH] gnu: git: Update to 2.39.0.) Simon Tournier
2023-02-20 11:02           ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d02fff8168a225aa7cdcd1a513f5a0beef4fe0b9.1670956476.git.code@greghogan.com \
    --to=code@greghogan.com \
    --cc=60042@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).