me
/
guix
Archived
1
0
Fork 0

gnu: ruby-command-line-reporter: Update to 4.0.1.

* gnu/packages/ruby.scm (ruby-command-line-reporter): Update to 4.0.1.
master
Tobias Geerinckx-Rice 2019-11-15 16:35:58 +01:00
parent 7454078a7c
commit b448e4085f
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 2 additions and 2 deletions

View File

@ -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