me
/
guix
Archived
1
0
Fork 0

gnu: ruby-simplecov: Update to 0.17.1.

* gnu/packages/ruby.scm (ruby-simplecov): Update to 0.17.1.
master
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
1 changed files with 2 additions and 2 deletions

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.