guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: git: Update to 2.31.0.


From: guix-commits
Subject: branch master updated: gnu: git: Update to 2.31.0.
Date: Tue, 16 Mar 2021 05:57:40 -0400

This is an automated email from the git hooks/post-receive script.

lle_bout pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ab9629b  gnu: git: Update to 2.31.0.
ab9629b is described below

commit ab9629b7c91ff7d6392a03512cfe442823267777
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Tue Mar 16 10:52:11 2021 +0100

    gnu: git: Update to 2.31.0.
    
    * gnu/packages/version-control.scm (git): Update to 2.31.0.
---
 gnu/packages/version-control.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index d85b535..11e266c 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -170,14 +170,14 @@ as well as the classic centralized workflow.")
 (define-public git
   (package
    (name "git")
-   (version "2.30.2")
+   (version "2.31.0")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://kernel.org/software/scm/git/git-"
                                 version ".tar.xz"))
             (sha256
              (base32
-              "1ajz6lng6yldqm66lhrjfgbbxk09rq8cngv7hz9nqizrf46dkxs1"))))
+              "0h4sg3xqa9pd2agrd7m18sqg319ls978d39qswyf30rjvg5n5wg8"))))
    (build-system gnu-build-system)
    (native-inputs
     `(("native-perl" ,perl)



reply via email to

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