mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: ruby-pry-doc: Update to 1.4.0.
* gnu/packages/ruby.scm (ruby-pry-doc): Update to 1.4.0.
This commit is contained in:
parent
1abf7f6556
commit
d8531fcdc8
1 changed files with 2 additions and 2 deletions
|
@ -6732,13 +6732,13 @@ (define-public ruby-pry
|
|||
(define-public ruby-pry-doc
|
||||
(package
|
||||
(name "ruby-pry-doc")
|
||||
(version "1.3.0")
|
||||
(version "1.4.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (rubygems-uri "pry-doc" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0wyvql6pb6m8jl8bsamabxhxhd86bnqblspaxzz05sl0fm2ynj0r"))))
|
||||
"1pp43n69p6bjvc640wgcz295w1q2v9awcqgbwcqn082dbvq5xvnx"))))
|
||||
(build-system ruby-build-system)
|
||||
(propagated-inputs (list ruby-pry ruby-yard))
|
||||
(native-inputs (list ruby-latest-ruby ruby-rspec ruby-rake)) ;for tests
|
||||
|
|
Loading…
Reference in a new issue