guix-commits
[Top][All Lists]
Advanced

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

53/126: gnu: ruby-3.3: Update to 3.3.7.


From: guix-commits
Subject: 53/126: gnu: ruby-3.3: Update to 3.3.7.
Date: Tue, 10 Jun 2025 16:44:12 -0400 (EDT)

guix_mirror_bot pushed a commit to branch ruby-team
in repository guix.

commit 51c7a3f3d985f32a90afd67f33fc233b8fb5f09d
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Sun Feb 16 01:33:32 2025 +0100

    gnu: ruby-3.3: Update to 3.3.7.
    
    * gnu/packages/ruby.scm (ruby-3.3): Update to 3.3.7.
    
    Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
---
 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 e7af01b081..60ddabb12a 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -178,7 +178,7 @@ a focus on simplicity and productivity.")
 (define-public ruby-3.3
   (package
     (inherit ruby-3.4)
-    (version "3.3.3")
+    (version "3.3.7")
     (source
      (origin
        (method url-fetch)
@@ -187,7 +187,7 @@ a focus on simplicity and productivity.")
                            "/ruby-" version ".tar.xz"))
        (sha256
         (base32
-         "07pwf3zkf7idl95agfjbv2lvamcp0spp0znqp9arb71ri19rkh43"))))))
+         "0wmdnqcmfa5mf961hzklvjic7vdpgrbl2ckhaafb1m0fbrhbrg2x"))))))
 
 (define-public ruby-2.6
   (package



reply via email to

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