me
/
guix
Archived
1
0
Fork 0

gnu: ruby-simplecov: Update to 0.17.0.

* gnu/packages/ruby.scm (ruby-simplecov): Update to 0.17.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Brian Leung 2019-08-13 08:04:19 +02:00 committed by Ludovic Courtès
parent a88ac044bc
commit 99d17bb553
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -2035,13 +2035,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.12.0") (version "0.17.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
"0ffhyrfnq2zm2mc1742a4hqy475g3qa1zf6yfldwg1ldh5sn3qbx")))) "0dq0nkaxvbsnl70hkimy35g4yjfs3blx4s7nbpzbvgqx72hxgv5v"))))
(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.