gnu: ruby-rspec-mocks: Update to 3.12.4.
* gnu/packages/ruby.scm (ruby-rspec-mocks): Update to 3.12.4.
This commit is contained in:
parent
216659087e
commit
632ee1862a
1 changed files with 2 additions and 2 deletions
|
@ -807,13 +807,13 @@ eq(1)\\}}.")
|
||||||
(define-public ruby-rspec-mocks
|
(define-public ruby-rspec-mocks
|
||||||
(package
|
(package
|
||||||
(name "ruby-rspec-mocks")
|
(name "ruby-rspec-mocks")
|
||||||
(version "3.8.0")
|
(version "3.12.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (rubygems-uri "rspec-mocks" version))
|
(uri (rubygems-uri "rspec-mocks" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"06y508cjqycb4yfhxmb3nxn0v9xqf17qbd46l1dh4xhncinr4fyp"))))
|
"1dcfh85m3ksir6n8gydsal4d85chpww1b2nahb05nl8xhgh0r2ij"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f)) ; avoid dependency cycles
|
'(#:tests? #f)) ; avoid dependency cycles
|
||||||
|
|
Reference in a new issue