guix-commits
[Top][All Lists]
Advanced

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

45/48: gnu: ruby-simplecov-html: Update to 0.10.1.


From: Tobias Geerinckx-Rice
Subject: 45/48: gnu: ruby-simplecov-html: Update to 0.10.1.
Date: Thu, 10 Aug 2017 18:21:15 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit a88f24d860c7c9672765eddcde0f2034e80cb433
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Aug 10 23:28:58 2017 +0200

    gnu: ruby-simplecov-html: Update to 0.10.1.
    
    * gnu/packages/ruby.scm (ruby-simplecov-html): Update to 0.10.1.
---
 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 af7e5a7..e6f7491 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -978,13 +978,13 @@ and JRuby.")
 (define-public ruby-simplecov-html
   (package
     (name "ruby-simplecov-html")
-    (version "0.10.0")
+    (version "0.10.1")
     (source (origin
               (method url-fetch)
               (uri (rubygems-uri "simplecov-html" version))
               (sha256
                (base32
-                "1qni8g0xxglkx25w54qcfbi4wjkpvmb28cb7rj5zk3iqynjcdrqf"))))
+                "0f3psphismgp6jp1fxxz09zbswh7m2xxxr6gqlzdh7sgv415clvm"))))
     (build-system ruby-build-system)
     (arguments `(#:tests? #f)) ; there are no tests
     (native-inputs



reply via email to

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