guix_mirror_bot pushed a commit to branch ruby-team
in repository guix.
commit 4c846ec66a11649872e31e189bd14ae1c96b7989
Author: Nicolas Graves <[email protected]>
AuthorDate: Wed Jun 18 16:28:02 2025 +0200
gnu: ruby-rspec: Update to 3.13.1.
* gnu/packages/ruby-check.scm (ruby-rspec): Update to 3.13.1.
---
gnu/packages/ruby-check.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ruby-check.scm b/gnu/packages/ruby-check.scm
index 3a03f0af43..151f00e145 100644
--- a/gnu/packages/ruby-check.scm
+++ b/gnu/packages/ruby-check.scm
@@ -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