GNU bug report logs - #78826
[PATCH ruby-team 00/88] Switch to ruby@3.3 and build -P1 ruby@3.3

Previous Next

Package: guix-patches;

Reported by: Nicolas Graves <ngraves <at> ngraves.fr>

Date: Wed, 18 Jun 2025 14:22:02 UTC

Severity: normal

Tags: patch

Done: Andreas Enge <andreas <at> enge.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 78826 <at> debbugs.gnu.org
Cc: Nicolas Graves <ngraves <at> ngraves.fr>
Subject: [bug#78826] [PATCH 23/88] gnu: ruby-character-set: Update to 1.8.0.
Date: Wed, 18 Jun 2025 16:27:10 +0200
* gnu/packages/ruby-xyz.scm (ruby-character-set): Update to 1.8.0.
---
 gnu/packages/ruby-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ruby-xyz.scm b/gnu/packages/ruby-xyz.scm
index db6299b1b6..d5d31dc202 100644
--- a/gnu/packages/ruby-xyz.scm
+++ b/gnu/packages/ruby-xyz.scm
@@ -8361,14 +8361,14 @@ (define-public ruby-rexml
 (define-public ruby-character-set
   (package
     (name "ruby-character-set")
-    (version "1.4.0")
+    (version "1.8.0")
     (source
       (origin
         (method url-fetch)
         (uri (rubygems-uri "character_set" version))
         (sha256
           (base32
-            "0affq9n77vwy897ri2zhmfinfagf37hcwwimrccy1bcxan9mj3h3"))))
+            "0l9z2pihzc11f0jpq2sx789zwpmwf5nyhsjps45zzvfs5931fwrb"))))
     (build-system ruby-build-system)
     (arguments '(#:tests? #f))          ;avoid a cycle with ruby-regexp-parser
     (synopsis "Ruby library to manipulate Unicode")
-- 
2.49.0





This bug report was last modified 31 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.