me
/
guix
Archived
1
0
Fork 0

gnu: ruby-simplecov: Update to 0.12.0.

* gnu/packages/ruby.scm (ruby-simplecov): Update to 0.12.0.
master
Ben Woodcroft 2016-08-07 17:01:50 +10:00
parent 44514637ca
commit 1b10724550
No known key found for this signature in database
GPG Key ID: E44DCCD146E0CCF4
1 changed files with 2 additions and 2 deletions

View File

@ -957,13 +957,13 @@ the SimpleCov code coverage tool for Ruby version 1.9 and above.")
(define-public ruby-simplecov
(package
(name "ruby-simplecov")
(version "0.10.0")
(version "0.12.0")
(source (origin
(method url-fetch)
(uri (rubygems-uri "simplecov" version))
(sha256
(base32
"1q2iq2vgrdvvla5y907gkmqx6ry2qvnvc7a90hlcbwgp1w0sv6z4"))))
"0ffhyrfnq2zm2mc1742a4hqy475g3qa1zf6yfldwg1ldh5sn3qbx"))))
(build-system ruby-build-system)
;; Simplecov depends on rubocop for code style checking at build time.
;; Rubocop needs simplecov at build time.