mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-17 00:18:16 -05:00
gnu: ruby-pry-byebug: Update to 3.10.1.
* gnu/packages/ruby.scm (ruby-pry-byebug): Update to 3.10.1.
This commit is contained in:
parent
2eea8aa751
commit
dbc904f242
1 changed files with 2 additions and 2 deletions
|
@ -7949,7 +7949,7 @@ (define-public ruby-chandler
|
|||
(define-public ruby-pry-byebug
|
||||
(package
|
||||
(name "ruby-pry-byebug")
|
||||
(version "3.9.0")
|
||||
(version "3.10.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -7959,7 +7959,7 @@ (define-public ruby-pry-byebug
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1kchrwccai92068p50zyd6mh524ywqnm0jw5g3lks7iwmf0xkmgc"))))
|
||||
"0z8rhvmr9qmlbk8c8h6jbig5qd5xbdg9qihvx3g0cv1whqzbfikq"))))
|
||||
(build-system ruby-build-system)
|
||||
(arguments
|
||||
`(#:phases (modify-phases %standard-phases
|
||||
|
|
Loading…
Reference in a new issue