GNU bug report logs -
#76314
[PATCH ruby-team 00/71] Update ruby.
Previous Next
Reported by: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Sun, 16 Feb 2025 00:29:01 UTC
Severity: normal
Tags: patch
Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #152 received at 76314 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/ruby.scm (ruby-regexp-parser): Update to 2.5.0.
[native-inputs]: Add ruby-ice-nine.
---
gnu/packages/ruby.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index f74df01aea..2de58e0905 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -9270,7 +9270,7 @@ they match.")
(define-public ruby-regexp-parser
(package
(name "ruby-regexp-parser")
- (version "2.0.0")
+ (version "2.5.0")
(source
(origin
(method git-fetch) ;bin/test missing from gem
@@ -9280,7 +9280,7 @@ they match.")
(file-name (git-file-name name version))
(sha256
(base32
- "09ddxdwlml30q6j4rqf06bbjj1mwx00rs0bksnyblhv85anrqz3k"))))
+ "0kj5bpnksagxbxi4y1gw5nam1gm948d0gm6869vsyapiqg6000zz"))))
(build-system ruby-build-system)
(arguments
'(#:test-target "default"
@@ -9293,7 +9293,7 @@ they match.")
;; gem file.
(delete-file-recursively "pkg"))))))
(native-inputs
- (list ragel ruby-regexp-property-values ruby-rspec))
+ (list ragel ruby-ice-nine ruby-regexp-property-values ruby-rspec))
(synopsis "Regular expression parser library for Ruby")
(description "A Ruby gem for tokenizing, parsing, and transforming regular
expressions. It comprises the following components:
--
2.48.1
This bug report was last modified 88 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.