unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#60042] [PATCH] gnu: git: Update to 2.39.0.
@ 2022-12-13 18:40 Greg Hogan
  2022-12-15 11:35 ` zimoun
  0 siblings, 1 reply; 18+ messages in thread
From: Greg Hogan @ 2022-12-13 18:40 UTC (permalink / raw)
  To: 60042; +Cc: Greg Hogan

* 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





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

end of thread, other threads:[~2023-02-20 11:03 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-13 18:40 [bug#60042] [PATCH] gnu: git: Update to 2.39.0 Greg Hogan
2022-12-15 11:35 ` 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

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).