~ruther/guix-local

09690a2b0c16df874600c5ded901c3cdee805093 — Ashish SHUKLA 1 year, 11 months ago a6fdea9
gnu: git: Update to 2.45.1 [security fixes].

* gnu/packages/version-control.scm (git): Update to 2.45.1.

Change-Id: Ia0634c6b0a4a3b5cc5c584ca064bbeb62b207c3e
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
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
@@ 242,14 242,14 @@ Python 3.3 and later, rather than on Python 2.")
(define-public git
  (package
   (name "git")
   (version "2.41.0")
   (version "2.45.1")
   (source (origin
            (method url-fetch)
            (uri (string-append "mirror://kernel.org/software/scm/git/git-"
                                version ".tar.xz"))
            (sha256
             (base32
              "0h40arw08xbpi2cbf7pvc947v963rjxz3inb2ar81zjc8byvlj77"))))
              "1gqj5xrlmzs4amrj7xgxx7qpqj8br8f6bk4bzcnf4yk2iq538kg6"))))
   (build-system gnu-build-system)
   (native-inputs
    `(("native-perl" ,perl)


@@ 269,7 269,7 @@ Python 3.3 and later, rather than on Python 2.")
                version ".tar.xz"))
          (sha256
           (base32
            "0xsqakgy0s60zpa13ilj6zj420kdh8pf4v3nrp1nziwj8ja4qymw"))))
            "1w6r2liifafsxydmc48p578z7z70ys0spm6qp5ygdd0l26mxf8p6"))))
      ;; For subtree documentation.
      ("asciidoc" ,asciidoc)
      ("docbook2x" ,docbook2x)