mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 10:30:43 +02:00
gnu: ruby-pry-byebug: Update to 3.11.0.
* gnu/packages/ruby-xyz.scm (ruby-pry-byebug): Update to 3.11.0.
This commit is contained in:
parent
095374110b
commit
5437821e46
1 changed files with 2 additions and 2 deletions
|
@ -9034,7 +9034,7 @@ standalone libvirt provider. @code{fog} is a Ruby cloud services library.")
|
||||||
(define-public ruby-pry-byebug
|
(define-public ruby-pry-byebug
|
||||||
(package
|
(package
|
||||||
(name "ruby-pry-byebug")
|
(name "ruby-pry-byebug")
|
||||||
(version "3.10.1")
|
(version "3.11.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(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))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0z8rhvmr9qmlbk8c8h6jbig5qd5xbdg9qihvx3g0cv1whqzbfikq"))))
|
"15vv1lii895bq6bj7j69vh5dcjfaq1dsrk6dy4p40rwzrzdid6nb"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases (modify-phases %standard-phases
|
`(#:phases (modify-phases %standard-phases
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue