guix_mirror_bot pushed a commit to branch ruby-team
in repository guix.
commit 3cdc24fa94f3e528608e5da19901fae4f13c7442
Author: Nicolas Graves <[email protected]>
AuthorDate: Wed Jun 18 16:27:34 2025 +0200
gnu: ruby-pry-byebug: Update to 3.11.0.
* gnu/packages/ruby-xyz.scm (ruby-pry-byebug): Update to 3.11.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 494f319760..a54ee03d20 100644
--- a/gnu/packages/ruby-xyz.scm
+++ b/gnu/packages/ruby-xyz.scm
@@ -9034,7 +9034,7 @@ standalone libvirt provider. @code{fog} is a Ruby cloud
services library.")
(define-public ruby-pry-byebug
(package
(name "ruby-pry-byebug")
- (version "3.10.1")
+ (version "3.11.0")
(source
(origin
(method git-fetch)
@@ -9044,7 +9044,7 @@ standalone libvirt provider. @code{fog} is a Ruby cloud
services library.")
(file-name (git-file-name name version))
(sha256
(base32
- "0z8rhvmr9qmlbk8c8h6jbig5qd5xbdg9qihvx3g0cv1whqzbfikq"))))
+ "15vv1lii895bq6bj7j69vh5dcjfaq1dsrk6dy4p40rwzrzdid6nb"))))
(build-system ruby-build-system)
(arguments
`(#:phases (modify-phases %standard-phases