mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 10:30:43 +02:00
gnu: ruby-pry-doc: Update to 1.6.0.
* gnu/packages/ruby-xyz.scm (ruby-pry-doc): Update to 1.6.0.
This commit is contained in:
parent
3e4acea48d
commit
b346b271b0
1 changed files with 2 additions and 2 deletions
|
@ -6568,13 +6568,13 @@ invocation, and source and documentation browsing.")
|
|||
(define-public ruby-pry-doc
|
||||
(package
|
||||
(name "ruby-pry-doc")
|
||||
(version "1.4.0")
|
||||
(version "1.6.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (rubygems-uri "pry-doc" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1pp43n69p6bjvc640wgcz295w1q2v9awcqgbwcqn082dbvq5xvnx"))))
|
||||
"0qq58vsmmvi9i4d15pav46ca5pd85qx3fxv17pq7ia5lqgxcrc8r"))))
|
||||
(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…
Add table
Add a link
Reference in a new issue