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.
This commit is contained in:
Efraim Flashner 2021-12-01 10:57:35 +02:00
parent f11605d96d
commit 619e0627a6
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -4324,13 +4324,13 @@ (define-public ruby-maxitest
(define-public ruby-mocha (define-public ruby-mocha
(package (package
(name "ruby-mocha") (name "ruby-mocha")
(version "1.11.2") (version "1.13.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (rubygems-uri "mocha" version)) (uri (rubygems-uri "mocha" version))
(sha256 (sha256
(base32 (base32
"0hxmkm8qxd04vwj8mqnpyrf2dwy7g1k9zipdfhl4y71cw7ijm9n4")))) "15s53ggsykk69kxqvs4416s8yxdhz6caggva55n8sjgy4ixzwp10"))))
(build-system ruby-build-system) (build-system ruby-build-system)
(arguments (arguments
`(#:phases `(#:phases
@ -4349,7 +4349,7 @@ (define-public ruby-mocha
(description (description
"Mocha is a mocking and stubbing library with JMock/SchMock syntax, which "Mocha is a mocking and stubbing library with JMock/SchMock syntax, which
allows mocking and stubbing of methods on real (non-mock) classes.") 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. ;; Mocha can be used with either license at the users choice.
(license (list license:expat license:ruby)))) (license (list license:expat license:ruby))))