GNU bug report logs -
#61392
[PATCH] gnu: ruby-3.2: Update to 3.2.1
Previous Next
Reported by: Remco van 't Veer <remco <at> remworks.net>
Date: Thu, 9 Feb 2023 17:37:02 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/ruby.scm (ruby-3.2): Update to 3.2.1
---
gnu/packages/ruby.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 540aab23af..4750049227 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -240,7 +240,7 @@ (define-public ruby-3.1
(define-public ruby-3.2
(package
(inherit ruby-3.1)
- (version "3.2.0")
+ (version "3.2.1")
(source
(origin
(method url-fetch)
@@ -249,7 +249,7 @@ (define-public ruby-3.2
"/ruby-" version ".tar.xz"))
(sha256
(base32
- "1d18ifvdbf21cncpany948vc2gjw3qa36ck9b4i97pg60rrmgx6j"))))
+ "0333xln2jkqdfk5zwxas6rpyd4rff2910z99qnyrqi15mrhqcv3l"))))
(inputs
(modify-inputs (package-inputs ruby-3.1)
(prepend libyaml)))))
base-commit: 1750d68309e26293c2da5aad953a061867f2cb14
--
2.39.1
This bug report was last modified 2 years and 95 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.