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