gnu: Remove ruby-mocha-1.

* gnu/packages/ruby-xyz.scm (ruby-mocha-1): Delete variable.
This commit is contained in:
Nicolas Graves 2025-06-18 16:26:59 +02:00 committed by Andreas Enge
parent 8d433d92f6
commit ca1f2fe039
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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")