~ruther/guix-local

a4564c629f43862a5d5590516f94e1806165d476 — Mark H Weaver 10 years ago 2ab5fdc
gnu: git: Update to 2.6.3.

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

M gnu/packages/version-control.scm
M gnu/packages/version-control.scm => gnu/packages/version-control.scm +3 -3
@@ 105,14 105,14 @@ as well as the classic centralized workflow.")
  ;; Keep in sync with 'git-manpages'!
  (package
   (name "git")
   (version "2.5.0")
   (version "2.6.3")
   (source (origin
            (method url-fetch)
            (uri (string-append "mirror://kernel.org/software/scm/git/git-"
                                version ".tar.xz"))
            (sha256
             (base32
              "0p747j94kynrx71qaamc9i0dkq5vqpv66a47b68pmin1qsxb2nfc"))))
              "18vxb5fmwmrps504m23a4xdl29m7ibca3hmz0mn9jc38sz9y95yn"))))
   (build-system gnu-build-system)
   (native-inputs
    `(("native-perl" ,perl)


@@ 279,7 279,7 @@ everything from small to very large projects with speed and efficiency.")
                    version ".tar.xz"))
              (sha256
               (base32
                "1spnqxzl53ic7bv1x7c6lwscdh581scqm5zh98wfp4qn1ciafvhs"))))
                "1d7jb4pyln0prgxpxkfiy2l6ragsjzsyqyxbssbchdvl145gj8xf"))))
    (build-system trivial-build-system)
    (arguments
     '(#:modules ((guix build utils))