3
5
Fork 0
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:
Tobias Geerinckx-Rice 2019-11-23 21:37:13 +01:00
parent 2d2a2363e7
commit d432682b49
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

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