guix-commits
[Top][All Lists]
Advanced

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

13/18: gnu: ruby-simplecov-html: Update to 0.10.2.


From: Tobias Geerinckx-Rice
Subject: 13/18: gnu: ruby-simplecov-html: Update to 0.10.2.
Date: Sun, 24 Dec 2017 10:09:57 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 53fd476fa5a5e9c5688c0ca21a7b7ebb62b8d9cb
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Dec 15 19:23:59 2017 +0100

    gnu: ruby-simplecov-html: Update to 0.10.2.
    
    * gnu/packages/ruby.scm (ruby-simplecov-html): Update to 0.10.2
---
 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 85b9c98..28636fa 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -1045,13 +1045,13 @@ Ruby Gems.")
 (define-public ruby-simplecov-html
   (package
     (name "ruby-simplecov-html")
-    (version "0.10.1")
+    (version "0.10.2")
     (source (origin
               (method url-fetch)
               (uri (rubygems-uri "simplecov-html" version))
               (sha256
                (base32
-                "0f3psphismgp6jp1fxxz09zbswh7m2xxxr6gqlzdh7sgv415clvm"))))
+                "1lihraa4rgxk8wbfl77fy9sf0ypk31iivly8vl3w04srd7i0clzn"))))
     (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]