mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: ruby-rspec: Update to 3.13.1.
* gnu/packages/ruby-check.scm (ruby-rspec): Update to 3.13.1.
This commit is contained in:
committed by
Andreas Enge
parent
e24a96e7ae
commit
bbcaa1f5c2
@@ -898,13 +898,13 @@ the community-driven Ruby Style Guide.")
|
||||
(define-public ruby-rspec
|
||||
(package
|
||||
(name "ruby-rspec")
|
||||
(version "3.13.0")
|
||||
(version "3.13.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (rubygems-uri "rspec" version))
|
||||
(sha256
|
||||
(base32
|
||||
"14xrp8vq6i9zx37vh0yp4h9m0anx9paw200l1r5ad9fmq559346l"))))
|
||||
"0h11wynaki22a40rfq3ahcs4r36jdpz9acbb3m5dkf0mm67sbydr"))))
|
||||
(build-system ruby-build-system)
|
||||
(arguments
|
||||
'(#:tests? #f)) ; avoid dependency cycles
|
||||
|
||||
Reference in New Issue
Block a user