gnu: ruby-simplecov: Update to 0.12.0.
* gnu/packages/ruby.scm (ruby-simplecov): Update to 0.12.0.
This commit is contained in:
parent
44514637ca
commit
1b10724550
|
@ -957,13 +957,13 @@ the SimpleCov code coverage tool for Ruby version 1.9 and above.")
|
||||||
(define-public ruby-simplecov
|
(define-public ruby-simplecov
|
||||||
(package
|
(package
|
||||||
(name "ruby-simplecov")
|
(name "ruby-simplecov")
|
||||||
(version "0.10.0")
|
(version "0.12.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (rubygems-uri "simplecov" version))
|
(uri (rubygems-uri "simplecov" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1q2iq2vgrdvvla5y907gkmqx6ry2qvnvc7a90hlcbwgp1w0sv6z4"))))
|
"0ffhyrfnq2zm2mc1742a4hqy475g3qa1zf6yfldwg1ldh5sn3qbx"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
;; Simplecov depends on rubocop for code style checking at build time.
|
;; Simplecov depends on rubocop for code style checking at build time.
|
||||||
;; Rubocop needs simplecov at build time.
|
;; Rubocop needs simplecov at build time.
|
||||||
|
|
Loading…
Reference in New Issue