diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-15 16:35:58 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-22 00:22:09 +0100 |
commit | b448e4085fc1e8e2a1f95dfa1d81c765ce57d163 (patch) | |
tree | 493fae42aadca6a5332b07ab3dd13b47110294cf /gnu/packages/ruby.scm | |
parent | 7454078a7c2b6304e98741537419ae974aa1b618 (diff) | |
download | patches-b448e4085fc1e8e2a1f95dfa1d81c765ce57d163.tar patches-b448e4085fc1e8e2a1f95dfa1d81c765ce57d163.tar.gz |
gnu: ruby-command-line-reporter: Update to 4.0.1.
* gnu/packages/ruby.scm (ruby-command-line-reporter): Update to 4.0.1.
Diffstat (limited to 'gnu/packages/ruby.scm')
-rw-r--r-- | gnu/packages/ruby.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index 4ad1b2d5a6..7b78382d52 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm @@ -7568,13 +7568,13 @@ for the terminal.") (define-public ruby-command-line-reporter (package (name "ruby-command-line-reporter") - (version "4.0.0") + (version "4.0.1") (source (origin (method url-fetch) (uri (rubygems-uri "command_line_reporter" version)) (sha256 (base32 - "1qma35xrb772whxwy1rs9bicb9d6lvz0s2dd2dnn4fr6zcbcxc0a")))) + "1l0zxkh5n9dxfw46lpkg416ljpldlq1bgdhqh0d118dk338nz4ll")))) (build-system ruby-build-system) (arguments ;; No Rakefile |