~ruther/guix-local

2ec7f64f25b3ae5278120de9a7826594e1a3dfa9 — Ashish SHUKLA a year ago df0e8e2
gnu: git-minimal: Update to 2.50.1. [security fixes]

This update contains fixes for CVE-2025-27613, CVE-2025-27614,
CVE-2025-46334, CVE-2025-46835, CVE-2025-48384, CVE-2025-48385,
and CVE-2025-48386.

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

Change-Id: I15595951f0b3fc84e0dc7aa9594bc8a538eeec47
Signed-off-by: Greg Hogan <code@greghogan.com>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/version-control.scm
M gnu/packages/version-control.scm => gnu/packages/version-control.scm +2 -2
@@ 324,14 324,14 @@ Python 3.3 and later, rather than on Python 2.")
(define-public git-minimal
  (package
    (name "git-minimal")
    (version "2.50.0")
    (version "2.50.1")
    (source (origin
              (method url-fetch)
              (uri (string-append "mirror://kernel.org/software/scm/git/git-"
                                  version ".tar.xz"))
              (sha256
               (base32
                "0if0vqn3fj22p95a0125zpgwz3mqfqxqnvwa7fkf7b00wh0c1wyz"))))
                "1i4gbin7ah9azaz68j10q9qkdq2bcyv2vm0lvppg3n6bvqv6qgky"))))
    (build-system gnu-build-system)
    (arguments
     (list