1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 13:10:33 +02:00

gnu: ruby-3.4: Update to 3.4.7.

Includes an update to the uri gem addressing CVE-2025-61594.

* gnu/packages/ruby.scm (ruby-3.4): Update to 3.4.7.

Change-Id: Ib5892b938e9ccabf38fc8110ce137f130e0b5031
Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Remco van 't Veer
2025-10-08 17:33:32 +02:00
committed by Andreas Enge
parent a38e1990ea
commit d064136f6a

View File

@@ -89,7 +89,7 @@
(define-public ruby-3.4
(package
(name "ruby")
(version "3.4.6")
(version "3.4.7")
(source
(origin
(method url-fetch)
@@ -98,7 +98,7 @@
"/ruby-" version ".tar.xz"))
(sha256
(base32
"1f2r91mfcas1wz0dyplmsfd40cxi7h8d603h29ss92lk4ay9ajc0"))))
"1irh0l7g75p0arnah58ismzixa80qxn99x3qfnalcxg0ys35lhnv"))))
(build-system gnu-build-system)
(arguments
`(#:test-target "test"