Archived
1
0
Fork 0

gnu: ruby-3.2: Update to 3.2.1

* gnu/packages/ruby.scm (ruby-3.2): Update to 3.2.1

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Remco van 't Veer 2023-02-09 18:36:23 +01:00 committed by Christopher Baines
parent b1cca21264
commit 5345cf2fbf
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -240,7 +240,7 @@ a focus on simplicity and productivity.")
(define-public ruby-3.2 (define-public ruby-3.2
(package (package
(inherit ruby-3.1) (inherit ruby-3.1)
(version "3.2.0") (version "3.2.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -249,7 +249,7 @@ a focus on simplicity and productivity.")
"/ruby-" version ".tar.xz")) "/ruby-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1d18ifvdbf21cncpany948vc2gjw3qa36ck9b4i97pg60rrmgx6j")))) "0333xln2jkqdfk5zwxas6rpyd4rff2910z99qnyrqi15mrhqcv3l"))))
(inputs (inputs
(modify-inputs (package-inputs ruby-3.1) (modify-inputs (package-inputs ruby-3.1)
(prepend libyaml))))) (prepend libyaml)))))