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

commit 9b1bedf5e0534f0adefe977f86d85a7c40369195
Author: Nicolas Graves <ngra...@ngraves.fr>
AuthorDate: Thu Jun 5 03:13:23 2025 +0200

    gnu: utf8proc-2.7.0: Update ruby native-input.
    
    * gnu/packages/textutils.scm (utf8proc-2.7.0)[native-inputs]
      {ruby}: Update to ruby.
    
    Signed-off-by: Andreas Enge <andr...@enge.fr>
---
 gnu/packages/textutils.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index 41c7890e04..b897e8cb35 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -267,8 +267,7 @@ encoding, supporting Unicode version 9.0.0.")
               (sha256
                (base32 
"1g77s8g9443dd92f82pbkim7rk51s7xdwa3mxpzb1lcw8ryxvvg3"))))
           ;; For tests
-          ;; TODO Move to ruby@3 on the next rebuild cycle.
-          ("ruby" ,ruby-2.7)))))))
+          ("ruby" ,ruby)))))))
 
 (define-public libconfuse
   (package

Reply via email to