diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-23 21:37:13 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-24 01:19:55 +0100 |
commit | d432682b496af656899cfa0e483b835f35031a73 (patch) | |
tree | 08377f2d77bf85f2dc2f4b35435e553d1868f73e /gnu/packages/ruby.scm | |
parent | 2d2a2363e71c76d1a2e7d352c85b313f5f2eba72 (diff) | |
download | patches-d432682b496af656899cfa0e483b835f35031a73.tar patches-d432682b496af656899cfa0e483b835f35031a73.tar.gz |
gnu: ruby-simplecov: Update to 0.17.1.
* gnu/packages/ruby.scm (ruby-simplecov): Update to 0.17.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 f6632725bb..873e6fd405 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm @@ -2067,13 +2067,13 @@ the SimpleCov code coverage tool for Ruby version 1.9 and above.") (define-public ruby-simplecov (package (name "ruby-simplecov") - (version "0.17.0") + (version "0.17.1") (source (origin (method url-fetch) (uri (rubygems-uri "simplecov" version)) (sha256 (base32 - "0dq0nkaxvbsnl70hkimy35g4yjfs3blx4s7nbpzbvgqx72hxgv5v")))) + "1135k46nik05sdab30yxb8264lqiz01c8v000g16cl9pjc4mxrdw")))) (build-system ruby-build-system) ;; Simplecov depends on rubocop for code style checking at build time. ;; Rubocop needs simplecov at build time. |