mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: ruby-simplecov-html: Update to 0.10.2.
* gnu/packages/ruby.scm (ruby-simplecov-html): Update to 0.10.2
This commit is contained in:
parent
1bf02b2036
commit
53fd476fa5
1 changed files with 2 additions and 2 deletions
|
@ -1045,13 +1045,13 @@ (define-public ruby-rubyzip
|
||||||
(define-public ruby-simplecov-html
|
(define-public ruby-simplecov-html
|
||||||
(package
|
(package
|
||||||
(name "ruby-simplecov-html")
|
(name "ruby-simplecov-html")
|
||||||
(version "0.10.1")
|
(version "0.10.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (rubygems-uri "simplecov-html" version))
|
(uri (rubygems-uri "simplecov-html" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0f3psphismgp6jp1fxxz09zbswh7m2xxxr6gqlzdh7sgv415clvm"))))
|
"1lihraa4rgxk8wbfl77fy9sf0ypk31iivly8vl3w04srd7i0clzn"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(arguments `(#:tests? #f)) ; there are no tests
|
(arguments `(#:tests? #f)) ; there are no tests
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Loading…
Reference in a new issue