mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 22:56:23 +01:00
gnu: Add ruby-command-line-reporter-3.
* gnu/packages/ruby.scm (ruby-command-line-reporter-3): New variable.
This commit is contained in:
parent
78b9c291f6
commit
f22c038799
1 changed files with 11 additions and 0 deletions
|
@ -5197,3 +5197,14 @@ (define-public ruby-command-line-reporter
|
|||
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"))))))
|
||||
|
|
Loading…
Reference in a new issue