summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-06-18 16:28:02 +0200
committerAndreas Enge <andreas@enge.fr>2025-06-20 20:40:08 +0200
commitbbcaa1f5c26b092da6f2aeceedc5c83f8339613e (patch)
tree0920ab80ccb26741994a39705d50e901a796e1c8
parente24a96e7aee949cd64ba596a9770b8b1fbe189a2 (diff)
gnu: ruby-rspec: Update to 3.13.1.
* gnu/packages/ruby-check.scm (ruby-rspec): Update to 3.13.1.
-rw-r--r--gnu/packages/ruby-check.scm4
1 files 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