me
/
guix
Archived
1
0
Fork 0

gnu: ruby-pry-byebug: Update to 3.10.1.

* gnu/packages/ruby.scm (ruby-pry-byebug): Update to 3.10.1.
master
Maxim Cournoyer 2023-01-08 22:33:39 -05:00
parent 2eea8aa751
commit dbc904f242
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -7949,7 +7949,7 @@ notes.")
(define-public ruby-pry-byebug (define-public ruby-pry-byebug
(package (package
(name "ruby-pry-byebug") (name "ruby-pry-byebug")
(version "3.9.0") (version "3.10.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -7959,7 +7959,7 @@ notes.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1kchrwccai92068p50zyd6mh524ywqnm0jw5g3lks7iwmf0xkmgc")))) "0z8rhvmr9qmlbk8c8h6jbig5qd5xbdg9qihvx3g0cv1whqzbfikq"))))
(build-system ruby-build-system) (build-system ruby-build-system)
(arguments (arguments
`(#:phases (modify-phases %standard-phases `(#:phases (modify-phases %standard-phases