guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: ruby-mocha: Update to 1.13.0.


From: guix-commits
Subject: branch master updated: gnu: ruby-mocha: Update to 1.13.0.
Date: Wed, 01 Dec 2021 04:47:14 -0500

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 619e062  gnu: ruby-mocha: Update to 1.13.0.
619e062 is described below

commit 619e0627a67ad72c939608621bd4eb16f79e017d
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Dec 1 10:57:35 2021 +0200

    gnu: ruby-mocha: Update to 1.13.0.
    
    * gnu/packages/ruby.scm (ruby-mocha): Update to 1.13.0.
    [home-page]: Update to new location.
---
 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 223e4b3..a567f53 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -4324,13 +4324,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
@@ -4349,7 +4349,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]