mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05: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 @@ (define-public ruby-simplecov-html
|
|||
(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