gnu: ruby-3.3: Update to 3.3.8

* gnu/packages/ruby.scm (ruby-3.3): Update to 3.3.8

Change-Id: I9e901b560fe792ffa36e4cf006993801a7101215
Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Remco van 't Veer 2025-05-14 15:44:15 +02:00 committed by Andreas Enge
parent b23e774643
commit 3f695db271
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

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