guix_mirror_bot pushed a commit to branch master
in repository guix.

commit ca1f2fe0390256c3f4483303ecf8db96ab6c93c5
Author: Nicolas Graves <ngra...@ngraves.fr>
AuthorDate: Wed Jun 18 16:26:59 2025 +0200

    gnu: Remove ruby-mocha-1.
    
    * gnu/packages/ruby-xyz.scm (ruby-mocha-1): Delete variable.
---
 gnu/packages/ruby-xyz.scm | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/gnu/packages/ruby-xyz.scm b/gnu/packages/ruby-xyz.scm
index 4df124730b..794f7cfe25 100644
--- a/gnu/packages/ruby-xyz.scm
+++ b/gnu/packages/ruby-xyz.scm
@@ -5194,19 +5194,6 @@ allows mocking and stubbing of methods on real 
(non-mock) classes.")
     ;; Mocha can be used with either license at the users choice.
     (license (list license:expat license:ruby))))
 
-(define-public ruby-mocha-1
-  (package
-    (inherit ruby-mocha)
-    (version "1.13.0")
-    (source (origin
-              (method url-fetch)
-              (uri (rubygems-uri "mocha" version))
-              (sha256
-               (base32
-                "15s53ggsykk69kxqvs4416s8yxdhz6caggva55n8sjgy4ixzwp10"))))
-    (arguments
-     '(#:tests? #f))))
-
 (define-public ruby-mocha-on-bacon
   (package
     (name "ruby-mocha-on-bacon")

Reply via email to