guix-commits
[Top][All Lists]
Advanced

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

12/12: gnu: ruby-3.2: Update to 3.2.1


From: guix-commits
Subject: 12/12: gnu: ruby-3.2: Update to 3.2.1
Date: Sat, 11 Feb 2023 15:35:06 -0500 (EST)

cbaines pushed a commit to branch master
in repository guix.

commit 5345cf2fbfcfeebfa8413a14fb8dc77bb6ab532f
Author: Remco van 't Veer <remco@remworks.net>
AuthorDate: Thu Feb 9 18:36:23 2023 +0100

    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>
---
 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 @@ a focus on simplicity and productivity.")
 (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 @@ a focus on simplicity and productivity.")
                            "/ruby-" version ".tar.xz"))
        (sha256
         (base32
-         "1d18ifvdbf21cncpany948vc2gjw3qa36ck9b4i97pg60rrmgx6j"))))
+         "0333xln2jkqdfk5zwxas6rpyd4rff2910z99qnyrqi15mrhqcv3l"))))
     (inputs
      (modify-inputs (package-inputs ruby-3.1)
        (prepend libyaml)))))



reply via email to

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