gnu: ruby-3.3: Upgrade to 3.3.7.

* gnu/packages/ruby.scm (ruby-3.3): Upgrade to 3.3.7.

Change-Id: I93661f31ee8d0c69cf1e70c39977da7713d8348c
Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Remco van 't Veer 2025-03-27 13:48:45 +01:00 committed by Andreas Enge
parent db1f83485b
commit 5284d40e19
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -280,7 +280,7 @@ a focus on simplicity and productivity.")
(define-public ruby-3.3
(package
(inherit ruby-3.2)
(version "3.3.3")
(version "3.3.7")
(source
(origin
(method url-fetch)
@ -289,7 +289,7 @@ a focus on simplicity and productivity.")
"/ruby-" version ".tar.xz"))
(sha256
(base32
"07pwf3zkf7idl95agfjbv2lvamcp0spp0znqp9arb71ri19rkh43"))))))
"0wmdnqcmfa5mf961hzklvjic7vdpgrbl2ckhaafb1m0fbrhbrg2x"))))))
(define-public ruby ruby-3.1)