mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ruby-rspec-expectations: Update to 3.13.3.
* gnu/packages/ruby.scm (ruby-rspec-expectations): Update to 3.13.3. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
383f70feaf
commit
674a4d74ed
1 changed files with 3 additions and 3 deletions
|
@ -808,18 +808,18 @@ 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.12.2")
|
(version "3.13.3")
|
||||||
(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
|
||||||
"03ba3lfdsj9zl00v1yvwgcx87lbadf87livlfa5kgqssn9qdnll6"))))
|
"0n3cyrhsa75x5wwvskrrqk56jbjgdi2q1zx0irllf0chkgsmlsqf"))))
|
||||||
(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-support ruby-diff-lcs))
|
(list ruby-diff-lcs ruby-rspec-support))
|
||||||
(synopsis "RSpec expectations library")
|
(synopsis "RSpec expectations library")
|
||||||
(description "Rspec-expectations provides a simple API to express expected
|
(description "Rspec-expectations provides a simple API to express expected
|
||||||
outcomes of a code example.")
|
outcomes of a code example.")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue