gnu: ruby-pry: Update to 0.11.1.
* gnu/packages/ruby.scm (ruby-pry): Update to 0.11.1. [propagated-inputs]: Remove ruby-slop-3.
This commit is contained in:
parent
c83550372a
commit
1960d4fdea
|
@ -2182,21 +2182,20 @@ rate.")
|
||||||
(define-public ruby-pry
|
(define-public ruby-pry
|
||||||
(package
|
(package
|
||||||
(name "ruby-pry")
|
(name "ruby-pry")
|
||||||
(version "0.10.4")
|
(version "0.11.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (rubygems-uri "pry" version))
|
(uri (rubygems-uri "pry" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"05xbzyin63aj2prrv8fbq2d5df2mid93m81hz5bvf2v4hnzs42ar"))))
|
"0ci461a55sn50rlrmcl97ycf79681glp443a2gzp23rnm7y70fkj"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f)) ; no tests
|
'(#:tests? #f)) ; no tests
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("ruby-coderay" ,ruby-coderay)
|
`(("ruby-coderay" ,ruby-coderay)
|
||||||
("ruby-method-source" ,ruby-method-source)
|
("ruby-method-source" ,ruby-method-source)))
|
||||||
("ruby-slop" ,ruby-slop-3)))
|
|
||||||
(synopsis "Ruby REPL")
|
(synopsis "Ruby REPL")
|
||||||
(description "Pry is an IRB alternative and runtime developer console for
|
(description "Pry is an IRB alternative and runtime developer console for
|
||||||
Ruby. It features syntax highlighting, a plugin architecture, runtime
|
Ruby. It features syntax highlighting, a plugin architecture, runtime
|
||||||
|
|
Loading…
Reference in New Issue