me
/
guix
Archived
1
0
Fork 0

gnu: ruby-pry: Update to 0.13.1.

* gnu/packages/ruby.scm (ruby-pry): Update to 0.13.1.
[home-page]: Update.
master
Maxim Cournoyer 2020-06-28 18:27:08 -04:00
parent 9304f989e6
commit a0d93c174c
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 3 additions and 3 deletions

View File

@ -4472,14 +4472,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.11.3") (version "0.13.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (rubygems-uri "pry" version)) (uri (rubygems-uri "pry" version))
(sha256 (sha256
(base32 (base32
"1mh312k3y94sj0pi160wpia0ps8f4kmzvm505i6bvwynfdh7v30g")))) "0iyw4q4an2wmk8v5rn2ghfy2jaz9vmw2nk8415nnpx2s866934qk"))))
(build-system ruby-build-system) (build-system ruby-build-system)
(arguments (arguments
'(#:tests? #f)) ; no tests '(#:tests? #f)) ; no tests
@ -4490,7 +4490,7 @@ The output can be customized with a formatting system.")
(description "Pry is an IRB alternative and runtime developer console for (description "Pry is an IRB alternative and runtime developer console for
Ruby. It features syntax highlighting, a plugin architecture, runtime Ruby. It features syntax highlighting, a plugin architecture, runtime
invocation, and source and documentation browsing.") invocation, and source and documentation browsing.")
(home-page "https://pryrepl.org") (home-page "https://cobaltbluemedia.com/pryrepl/")
(license license:expat))) (license license:expat)))
(define-public ruby-single-cov (define-public ruby-single-cov