mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: ruby-3.1: Update to 3.1.3.
Fixes: CVE-2021-33621: HTTP response splitting in CGI. * gnu/packages/ruby.scm (ruby-3.1): Update to 3.1.3. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
3615af7d33
commit
b573af1165
1 changed files with 2 additions and 2 deletions
|
@ -225,7 +225,7 @@ (define-public ruby-3.0
|
|||
(define-public ruby-3.1
|
||||
(package
|
||||
(inherit ruby-3.0)
|
||||
(version "3.1.2")
|
||||
(version "3.1.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -234,7 +234,7 @@ (define-public ruby-3.1
|
|||
"/ruby-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0amzqczgvr51ilcqfgw0n41hrfanzi0wh8k6am3x5dm1z0bx046a"))))))
|
||||
"06ipqz45qcs0y1273gk2gwslxwd7jgighz3mzbddzg16k29n3qaf"))))))
|
||||
|
||||
(define-public ruby ruby-2.7)
|
||||
|
||||
|
|
Loading…
Reference in a new issue