gnu: ruby-command-line-reporter: Update to 4.0.1.
* gnu/packages/ruby.scm (ruby-command-line-reporter): Update to 4.0.1.master
parent
7454078a7c
commit
b448e4085f
|
@ -7568,13 +7568,13 @@ for the terminal.")
|
||||||
(define-public ruby-command-line-reporter
|
(define-public ruby-command-line-reporter
|
||||||
(package
|
(package
|
||||||
(name "ruby-command-line-reporter")
|
(name "ruby-command-line-reporter")
|
||||||
(version "4.0.0")
|
(version "4.0.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (rubygems-uri "command_line_reporter" version))
|
(uri (rubygems-uri "command_line_reporter" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1qma35xrb772whxwy1rs9bicb9d6lvz0s2dd2dnn4fr6zcbcxc0a"))))
|
"1l0zxkh5n9dxfw46lpkg416ljpldlq1bgdhqh0d118dk338nz4ll"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; No Rakefile
|
;; No Rakefile
|
||||||
|
|
Reference in New Issue