gnu: ruby-rspec: Update to 3.12.0.

* gnu/packages/ruby.scm (ruby-rspec): Update to 3.12.0.
This commit is contained in:
Maxim Cournoyer 2023-03-01 20:36:21 -05:00
parent 204443a927
commit 958d882e4a
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -892,13 +892,13 @@ (define-public ruby-rspec-wait
(define-public ruby-rspec
(package
(name "ruby-rspec")
(version "3.8.0")
(version "3.12.0")
(source (origin
(method url-fetch)
(uri (rubygems-uri "rspec" version))
(sha256
(base32
"15ppasvb9qrscwlyjz67ppw1lnxiqnkzx5vkx1bd8x5n3dhikxc3"))))
"171rc90vcgjl8p1bdrqa92ymrj8a87qf6w20x05xq29mljcigi6c"))))
(build-system ruby-build-system)
(arguments
'(#:tests? #f)) ; avoid dependency cycles