1
Fork 0
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:
Nicolas Graves 2025-06-18 16:27:59 +02:00 committed by Andreas Enge
parent 3e4acea48d
commit b346b271b0
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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