me
/
guix
Archived
1
0
Fork 0

gnu: ruby-rspec-expectations: Update to 3.12.2.

* gnu/packages/ruby.scm (ruby-rspec-expectations): Update to 3.12.2.
master
Maxim Cournoyer 2023-03-01 20:45:30 -05:00
parent 632ee1862a
commit 9718a98b65
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -622,13 +622,13 @@ standard diff-like tool.")
(define-public ruby-rspec-expectations (define-public ruby-rspec-expectations
(package (package
(name "ruby-rspec-expectations") (name "ruby-rspec-expectations")
(version "3.8.2") (version "3.12.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (rubygems-uri "rspec-expectations" version)) (uri (rubygems-uri "rspec-expectations" version))
(sha256 (sha256
(base32 (base32
"18l21hy1zdc2pgc2yb17k3n2al1khpfr0z6pijlm852iz6vj0dkm")))) "03ba3lfdsj9zl00v1yvwgcx87lbadf87livlfa5kgqssn9qdnll6"))))
(build-system ruby-build-system) (build-system ruby-build-system)
(arguments (arguments
'(#:tests? #f)) ; avoid dependency cycles '(#:tests? #f)) ; avoid dependency cycles