guix-commits
[Top][All Lists]
Advanced

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

02/06: gnu: ruby-mocha: Update to 1.13.0.


From: guix-commits
Subject: 02/06: gnu: ruby-mocha: Update to 1.13.0.
Date: Sun, 12 Sep 2021 07:07:29 -0400 (EDT)

efraim pushed a commit to branch core-updates-frozen
in repository guix.

commit df10452b2f6b3cb171d7b06e53d0b54a81b7dffa
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Sep 12 12:23:24 2021 +0300

    gnu: ruby-mocha: Update to 1.13.0.
    
    * gnu/packages/ruby.scm (ruby-mocha): Update to 1.13.0.
    [home-page]: Adjust to new upstream home-page.
---
 gnu/packages/ruby.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index b207c04..179cfdd 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -4293,13 +4293,13 @@ number, support for interrupted tests, better 
backtraces, and more.")
 (define-public ruby-mocha
   (package
     (name "ruby-mocha")
-    (version "1.11.2")
+    (version "1.13.0")
     (source (origin
               (method url-fetch)
               (uri (rubygems-uri "mocha" version))
               (sha256
                (base32
-                "0hxmkm8qxd04vwj8mqnpyrf2dwy7g1k9zipdfhl4y71cw7ijm9n4"))))
+                "15s53ggsykk69kxqvs4416s8yxdhz6caggva55n8sjgy4ixzwp10"))))
     (build-system ruby-build-system)
     (arguments
      `(#:phases
@@ -4318,7 +4318,7 @@ number, support for interrupted tests, better backtraces, 
and more.")
     (description
      "Mocha is a mocking and stubbing library with JMock/SchMock syntax, which
 allows mocking and stubbing of methods on real (non-mock) classes.")
-    (home-page "http://gofreerange.com/mocha/docs";)
+    (home-page "https://mocha.jamesmead.org/";)
     ;; Mocha can be used with either license at the users choice.
     (license (list license:expat license:ruby))))
 



reply via email to

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