guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/06: gnu: ruby: Update to 3.1.2 [security fixes].


From: guix-commits
Subject: 05/06: gnu: ruby: Update to 3.1.2 [security fixes].
Date: Mon, 29 Aug 2022 10:56:19 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 939c998160f1ec109b5c65b307de8e15b266ba57
Author: Remco van 't Veer <remco@remworks.net>
AuthorDate: Wed Jun 29 17:56:17 2022 +0200

    gnu: ruby: Update to 3.1.2 [security fixes].
    
    Includes fixes for: CVE-2022-28738, and CVE-2022-28739.
    
    * gnu/packages/ruby.scm (ruby-3.1): Update to 3.1.2.
    
    Signed-off-by: Marius Bakke <marius@gnu.org>
---
 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 45d4ecdec9..e38d5da0a9 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -206,7 +206,7 @@ a focus on simplicity and productivity.")
 (define-public ruby-3.1
   (package
     (inherit ruby-2.7)
-    (version "3.1.1")
+    (version "3.1.2")
     (source
      (origin
        (method url-fetch)
@@ -215,7 +215,7 @@ a focus on simplicity and productivity.")
                            "/ruby-" version ".tar.xz"))
        (sha256
         (base32
-         "1akcl7vhmwfm6ybj7493kzy58ykh2r39ri9f4xfm2xmhg1msmvvs"))))))
+         "0amzqczgvr51ilcqfgw0n41hrfanzi0wh8k6am3x5dm1z0bx046a"))))))
 
 (define-public ruby ruby-2.7)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]