guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: git: Update to 2.7.3 [unspecified security fixes].


From: Leo Famulari
Subject: 01/01: gnu: git: Update to 2.7.3 [unspecified security fixes].
Date: Tue, 15 Mar 2016 23:42:11 +0000

lfam pushed a commit to branch master
in repository guix.

commit 1714e2c39c92fe61e45bcddeacb823ffe2827f17
Author: Leo Famulari <address@hidden>
Date:   Tue Mar 15 19:20:01 2016 -0400

    gnu: git: Update to 2.7.3 [unspecified security fixes].
    
    * gnu/packages/version-control.scm (git): Update to 2.7.3.
    (git-manpages)[source]: Update hash.
---
 gnu/packages/version-control.scm |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index d0cc145..0996e2d 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -113,14 +113,14 @@ as well as the classic centralized workflow.")
   ;; Keep in sync with 'git-manpages'!
   (package
    (name "git")
-   (version "2.6.3")
+   (version "2.7.3")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://kernel.org/software/scm/git/git-"
                                 version ".tar.xz"))
             (sha256
              (base32
-              "18vxb5fmwmrps504m23a4xdl29m7ibca3hmz0mn9jc38sz9y95yn"))))
+              "1di96q86fq3pdn5d5v4fw9vf58gha5i9b3r880mxlh275n8ngi49"))))
    (build-system gnu-build-system)
    (native-inputs
     `(("native-perl" ,perl)
@@ -292,7 +292,7 @@ everything from small to very large projects with speed and 
efficiency.")
                     version ".tar.xz"))
               (sha256
                (base32
-                "1d7jb4pyln0prgxpxkfiy2l6ragsjzsyqyxbssbchdvl145gj8xf"))))
+                "0va9j0q9h44jqih38h4cmhvbmjppqq7zbiq70220m7hsqqkq824z"))))
     (build-system trivial-build-system)
     (arguments
      '(#:modules ((guix build utils))



reply via email to

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