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:
Maxim Cournoyer 2023-03-01 20:41:12 -05:00
parent 216659087e
commit 632ee1862a
No known key found for this signature in database
GPG Key ID: 1260E46482E63562

View File

@ -807,13 +807,13 @@ eq(1)\\}}.")
(define-public ruby-rspec-mocks
(package
(name "ruby-rspec-mocks")
(version "3.8.0")
(version "3.12.4")
(source (origin
(method url-fetch)
(uri (rubygems-uri "rspec-mocks" version))
(sha256
(base32
"06y508cjqycb4yfhxmb3nxn0v9xqf17qbd46l1dh4xhncinr4fyp"))))
"1dcfh85m3ksir6n8gydsal4d85chpww1b2nahb05nl8xhgh0r2ij"))))
(build-system ruby-build-system)
(arguments
'(#:tests? #f)) ; avoid dependency cycles