mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ruby-rspec: Update to 3.13.0.
* gnu/packages/ruby.scm (ruby-rspec): Update to 3.13.0. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
674a4d74ed
commit
93ab735e45
1 changed files with 3 additions and 3 deletions
|
@ -1195,18 +1195,18 @@ interactions.")
|
||||||
(define-public ruby-rspec
|
(define-public ruby-rspec
|
||||||
(package
|
(package
|
||||||
(name "ruby-rspec")
|
(name "ruby-rspec")
|
||||||
(version "3.12.0")
|
(version "3.13.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (rubygems-uri "rspec" version))
|
(uri (rubygems-uri "rspec" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"171rc90vcgjl8p1bdrqa92ymrj8a87qf6w20x05xq29mljcigi6c"))))
|
"14xrp8vq6i9zx37vh0yp4h9m0anx9paw200l1r5ad9fmq559346l"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f)) ; avoid dependency cycles
|
'(#:tests? #f)) ; avoid dependency cycles
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list ruby-rspec-core ruby-rspec-mocks ruby-rspec-expectations))
|
(list ruby-rspec-core ruby-rspec-expectations ruby-rspec-mocks))
|
||||||
(synopsis "Behavior-driven development framework for Ruby")
|
(synopsis "Behavior-driven development framework for Ruby")
|
||||||
(description "RSpec is a behavior-driven development (BDD) framework for
|
(description "RSpec is a behavior-driven development (BDD) framework for
|
||||||
Ruby. This meta-package includes the RSpec test runner, along with the
|
Ruby. This meta-package includes the RSpec test runner, along with the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue