mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -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
|
(define-public ruby-pry-doc
|
||||||
(package
|
(package
|
||||||
(name "ruby-pry-doc")
|
(name "ruby-pry-doc")
|
||||||
(version "1.3.0")
|
(version "1.4.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (rubygems-uri "pry-doc" version))
|
(uri (rubygems-uri "pry-doc" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0wyvql6pb6m8jl8bsamabxhxhd86bnqblspaxzz05sl0fm2ynj0r"))))
|
"1pp43n69p6bjvc640wgcz295w1q2v9awcqgbwcqn082dbvq5xvnx"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(propagated-inputs (list ruby-pry ruby-yard))
|
(propagated-inputs (list ruby-pry ruby-yard))
|
||||||
(native-inputs (list ruby-latest-ruby ruby-rspec ruby-rake)) ;for tests
|
(native-inputs (list ruby-latest-ruby ruby-rspec ruby-rake)) ;for tests
|
||||||
|
|
Loading…
Reference in a new issue