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

commit f4b1febef57e50828607e1ec03983c064840a1ff
Author: Andreas Enge <[email protected]>
AuthorDate: Thu May 28 12:03:48 2026 +0200

    gnu: utf8proc: Drop unused native input.
    
    * gnu/packages/textutils.scm (utf8proc)[native-inputs]: Remove ruby-2.7.
    
    Change-Id: I2cc4aa3e8bb22d3de237a1e1820a0400b06931a5
---
 gnu/packages/textutils.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index d5e3d66f51..543d5b62b9 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -255,9 +255,7 @@ case-folding, and other operations for data in the UTF-8 
encoding.")
                      "1gfsq4vdmzi803i2s8ih7mm4fgs907kvkg88kvv9fi4my9hm3lrr")))
                  ;; For tests.
                  julia
-                 perl
-                 ;; TODO Move to ruby@3 on the next rebuild cycle.
-                 ruby-2.7)
+                 perl)
            '())))
     (arguments
      (if (this-package-native-input "julia")

Reply via email to