me
/
guix
Archived
1
0
Fork 0

gnu: Add ruby-command-line-reporter-3.

* gnu/packages/ruby.scm (ruby-command-line-reporter-3): New variable.
master
Julien Lepiller 2018-08-26 13:41:18 +02:00
parent 78b9c291f6
commit f22c038799
No known key found for this signature in database
GPG Key ID: 43111F4520086A0C
1 changed files with 11 additions and 0 deletions

View File

@ -5197,3 +5197,14 @@ of various types in ruby. It eliminates the need to litter your source with
puts statements, instead providing a more readable, expressive interface to
your application.")
(license license:asl2.0)))
(define-public ruby-command-line-reporter-3
(package
(inherit ruby-command-line-reporter)
(version "3.3.6")
(source (origin
(method url-fetch)
(uri (rubygems-uri "command_line_reporter" version))
(sha256
(base32
"1h39zqqxp3k4qk49ajpx0jps1vmvxgkh43mqkb6znk583bl0fv71"))))))