gnu: ruby-pry: Update to 0.14.2.

* gnu/packages/ruby.scm (ruby-pry): Update to 0.14.2.
This commit is contained in:
Christopher Baines 2023-06-21 10:14:47 +01:00
parent e3c51d43d9
commit 28542d2d82
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -6787,14 +6787,14 @@ The output can be customized with a formatting system.")
(define-public ruby-pry (define-public ruby-pry
(package (package
(name "ruby-pry") (name "ruby-pry")
(version "0.13.1") (version "0.14.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (rubygems-uri "pry" version)) (uri (rubygems-uri "pry" version))
(sha256 (sha256
(base32 (base32
"0iyw4q4an2wmk8v5rn2ghfy2jaz9vmw2nk8415nnpx2s866934qk")))) "0k9kqkd9nps1w1r1rb7wjr31hqzkka2bhi8b518x78dcxppm9zn4"))))
(build-system ruby-build-system) (build-system ruby-build-system)
(arguments (arguments
'(#:tests? #f)) ; no tests '(#:tests? #f)) ; no tests