mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ruby-test-construct: Update to 2.0.2.
* gnu/packages/ruby.scm (ruby-test-construct): Update to 2.0.2. [native-inputs]: Use ruby-mocha-1.
This commit is contained in:
parent
d619480827
commit
4dccf25587
1 changed files with 3 additions and 3 deletions
|
@ -4639,17 +4639,17 @@ use GNU gettext tools for maintenance.")
|
||||||
(define-public ruby-test-construct
|
(define-public ruby-test-construct
|
||||||
(package
|
(package
|
||||||
(name "ruby-test-construct")
|
(name "ruby-test-construct")
|
||||||
(version "2.0.1")
|
(version "2.0.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (rubygems-uri "test_construct" version))
|
(uri (rubygems-uri "test_construct" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1a2ym3l068d0pxzzr95kvqx87zpdsarxslz9ygd4qfm9frrz0kgj"))))
|
"17q7rw92l7r4zh6rkvzrn4dyl8p8p77217vaa1wf7nsv8k5541vy"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list bundler ruby-mocha ruby-rspec))
|
(list bundler ruby-mocha-1 ruby-rspec))
|
||||||
(synopsis "Creates temporary files and directories for testing")
|
(synopsis "Creates temporary files and directories for testing")
|
||||||
(description
|
(description
|
||||||
"TestConstruct is a @acronym{DSL, Domain Specific Language} for creating
|
"TestConstruct is a @acronym{DSL, Domain Specific Language} for creating
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue