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:
Ben Woodcroft 2017-10-02 21:59:15 +10:00
parent c83550372a
commit 1960d4fdea
No known key found for this signature in database
GPG key ID: 2A6AD9F4AAC20DF6

View file

@ -2182,21 +2182,20 @@ (define-public ruby-progress_bar
(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