gnu: ruby-simplecov-html: Update to 0.10.1.
* gnu/packages/ruby.scm (ruby-simplecov-html): Update to 0.10.1.
This commit is contained in:
parent
ba074a85d0
commit
a88f24d860
|
@ -978,13 +978,13 @@ and JRuby.")
|
||||||
(define-public ruby-simplecov-html
|
(define-public ruby-simplecov-html
|
||||||
(package
|
(package
|
||||||
(name "ruby-simplecov-html")
|
(name "ruby-simplecov-html")
|
||||||
(version "0.10.0")
|
(version "0.10.1")
|
||||||
(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
|
||||||
"1qni8g0xxglkx25w54qcfbi4wjkpvmb28cb7rj5zk3iqynjcdrqf"))))
|
"0f3psphismgp6jp1fxxz09zbswh7m2xxxr6gqlzdh7sgv415clvm"))))
|
||||||
(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 New Issue