diff options
| author | gemmaro <gemmaro.dev@gmail.com> | 2026-07-30 12:16:23 +0900 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-08-17 11:00:37 +0200 |
| commit | 1c7074ea3de4c6ef7d6b159c09155a5f669bb7e6 (patch) | |
| tree | 48beb765f7643a3ae4beaa6019bd0485de7a14cd | |
| parent | e856ebed351b8fc692237fb179f5f9a90bc415f0 (diff) | |
gnu: ruby-3.3: Update to 3.3.12 [security-fixes].
Fixes: CVE-2026-41316, CVE-2026-42245, CVE-2026-42246, CVE-2026-42256,
CVE-2026-42257, CVE-2026-42258, CVE-2026-47240, CVE-2026-47241 and
CVE-2026-47242.
* gnu/packages/ruby.scm (ruby-3.3): Update to 3.3.12.
Signed-off-by: Andreas Enge <andreas@enge.fr>
| -rw-r--r-- | gnu/packages/ruby.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index e6b0f61aee0..d99ca5c1e41 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm | |||
| @@ -227,7 +227,7 @@ a focus on simplicity and productivity.") | |||
| 227 | (define-public ruby-3.3 | 227 | (define-public ruby-3.3 |
| 228 | (package | 228 | (package |
| 229 | (name "ruby") | 229 | (name "ruby") |
| 230 | (version "3.3.9") | 230 | (version "3.3.12") |
| 231 | (source | 231 | (source |
| 232 | (origin | 232 | (origin |
| 233 | (method url-fetch) | 233 | (method url-fetch) |
| @@ -236,7 +236,7 @@ a focus on simplicity and productivity.") | |||
| 236 | "/ruby-" version ".tar.xz")) | 236 | "/ruby-" version ".tar.xz")) |
| 237 | (sha256 | 237 | (sha256 |
| 238 | (base32 | 238 | (base32 |
| 239 | "1fvng8x44x90pn8nl4sxa5nzb34jwq0is6l5k7066zrg18ca491b")))) | 239 | "1cs3lzh5yq1f2vj99izjwms8r8d7lc8fbxinaixgz30bk6bk4gl7")))) |
| 240 | (build-system gnu-build-system) | 240 | (build-system gnu-build-system) |
| 241 | (arguments | 241 | (arguments |
| 242 | `(#:test-target "test" | 242 | `(#:test-target "test" |
