GNU bug report logs -
#78826
[PATCH ruby-team 00/88] Switch to ruby@3.3 and build -P1 ruby@3.3
Previous Next
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
Message #101 received at 78826 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/ruby-xyz.scm (ruby-byebug): Update to 12.0.0.
[source]{snippet}: Adapt it.
[arguments]{phases}: Refresh phase 'sanitize-dependencies.
---
gnu/packages/ruby-xyz.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/ruby-xyz.scm b/gnu/packages/ruby-xyz.scm
index 931b280e87..ed86d99138 100644
--- a/gnu/packages/ruby-xyz.scm
+++ b/gnu/packages/ruby-xyz.scm
@@ -7777,7 +7777,7 @@ (define-public ruby-pg
(define-public ruby-byebug
(package
(name "ruby-byebug")
- (version "11.1.3")
+ (version "12.0.0")
(source
(origin
(method git-fetch)
@@ -7787,13 +7787,13 @@ (define-public ruby-byebug
(file-name (git-file-name name version))
(sha256
(base32
- "0vyy3k2s7dcndngj6m8kxhs1vxc2c93dw8b3yyand3srsg9ffpij"))
+ "0pjdadc079rmasgiwdxcz8h9wvzk3mb6xq8xr02xxv616ihwxllk"))
(modules '((guix build utils)))
(snippet
'(begin
;; Remove wrappers that try to setup a bundle environment.
(with-directory-excursion "bin"
- (for-each delete-file '("bundle" "rake" "rubocop"))
+ (for-each delete-file '("rake" "rubocop"))
;; ruby-minitest doesn't come with a launcher, so fix the one
;; provided.
(substitute* "minitest"
@@ -7806,8 +7806,9 @@ (define-public ruby-byebug
#~(modify-phases %standard-phases
(add-after 'unpack 'sanitize-dependencies
(lambda _
+ (delete-file "tasks/release.rake")
(substitute* "Rakefile"
- ((".*chandler/tasks.*") ""))))
+ ((".*tasks/release.rake.*") ""))))
(add-after 'unpack 'skip-tmp-path-sensitive-test
(lambda _
(substitute* "test/commands/where_test.rb"
--
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.