mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
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:
parent
f11605d96d
commit
619e0627a6
1 changed files with 3 additions and 3 deletions
|
@ -4324,13 +4324,13 @@ (define-public ruby-maxitest
|
|||
(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 @@ (define-public ruby-mocha
|
|||
(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))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue