mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 18:29:28 +01:00
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.
This commit is contained in:
parent
04920dca2a
commit
df10452b2f
1 changed files with 3 additions and 3 deletions
|
@ -4293,13 +4293,13 @@ number, support for interrupted tests, better backtraces, and more.")
|
||||||
(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
|
||||||
|
@ -4318,7 +4318,7 @@ number, support for interrupted tests, better backtraces, and more.")
|
||||||
(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))))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue