gnu: ruby-simplecov-html: Update to 0.10.2.

* gnu/packages/ruby.scm (ruby-simplecov-html): Update to 0.10.2
master
Tobias Geerinckx-Rice 2017-12-15 19:23:59 +01:00
parent 1bf02b2036
commit 53fd476fa5
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1045,13 +1045,13 @@ Ruby Gems.")
(define-public ruby-simplecov-html
(package
(name "ruby-simplecov-html")
(version "0.10.1")
(version "0.10.2")
(source (origin
(method url-fetch)
(uri (rubygems-uri "simplecov-html" version))
(sha256
(base32
"0f3psphismgp6jp1fxxz09zbswh7m2xxxr6gqlzdh7sgv415clvm"))))
"1lihraa4rgxk8wbfl77fy9sf0ypk31iivly8vl3w04srd7i0clzn"))))
(build-system ruby-build-system)
(arguments `(#:tests? #f)) ; there are no tests
(native-inputs