mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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>
This commit is contained in:
parent
df0e8e29e6
commit
2ec7f64f25
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue