guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/09: gnu: ruby-simplecov: Update to 0.12.0.


From: Ben Woodcroft
Subject: 08/09: gnu: ruby-simplecov: Update to 0.12.0.
Date: Wed, 10 Aug 2016 05:37:28 +0000 (UTC)

benwoodcroft pushed a commit to branch master
in repository guix.

commit 1b10724550526f1578a04d5f32b3b648642f2261
Author: Ben Woodcroft <address@hidden>
Date:   Sun Aug 7 17:01:50 2016 +1000

    gnu: ruby-simplecov: Update to 0.12.0.
    
    * gnu/packages/ruby.scm (ruby-simplecov): Update to 0.12.0.
---
 gnu/packages/ruby.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index bff0d3c..ef101e9 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]