mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: ruby-simplecov: Update to 0.17.1.
* gnu/packages/ruby.scm (ruby-simplecov): Update to 0.17.1.
This commit is contained in:
parent
2d2a2363e7
commit
d432682b49
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue