me
/
guix
Archived
1
0
Fork 0

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.
master
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
1 changed files with 3 additions and 3 deletions

View File

@ -4324,13 +4324,13 @@ number, support for interrupted tests, better backtraces, and more.")
(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 @@ number, support for interrupted tests, better backtraces, and more.")
(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))))