mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
gnu: ruby-pry: Update to 0.14.2.
* gnu/packages/ruby.scm (ruby-pry): Update to 0.14.2.
This commit is contained in:
parent
e3c51d43d9
commit
28542d2d82
1 changed files with 2 additions and 2 deletions
|
@ -6787,14 +6787,14 @@ The output can be customized with a formatting system.")
|
||||||
(define-public ruby-pry
|
(define-public ruby-pry
|
||||||
(package
|
(package
|
||||||
(name "ruby-pry")
|
(name "ruby-pry")
|
||||||
(version "0.13.1")
|
(version "0.14.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (rubygems-uri "pry" version))
|
(uri (rubygems-uri "pry" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0iyw4q4an2wmk8v5rn2ghfy2jaz9vmw2nk8415nnpx2s866934qk"))))
|
"0k9kqkd9nps1w1r1rb7wjr31hqzkka2bhi8b518x78dcxppm9zn4"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f)) ; no tests
|
'(#:tests? #f)) ; no tests
|
||||||
|
|
Loading…
Add table
Reference in a new issue