gnu: ruby-3.4: Update to 3.4.4.

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

Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Nicolas Graves 2025-06-05 03:13:24 +02:00 committed by Andreas Enge
parent 07264c1ea6
commit 6fe1237ce6
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -118,7 +118,7 @@
(define-public ruby-3.4
(package
(name "ruby")
(version "3.4.1")
(version "3.4.4")
(source
(origin
(method url-fetch)
@ -127,7 +127,7 @@
"/ruby-" version ".tar.xz"))
(sha256
(base32
"1bvhzbdwdj502wsrs97fvw6jvid2swzjvqj7v2kc1qrbnpzmk381"))))
"1x18dr3qhr1mypbvxc7yr46z06l11if3cx3babcfv7a9x7pn6vgp"))))
(build-system gnu-build-system)
(arguments
`(#:test-target "test"