mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ruby-rspec-core: Update to 3.13.2.
* gnu/packages/ruby.scm (ruby-rspec-core): Update to 3.13.2. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
b393744ef7
commit
46c02e33ee
1 changed files with 2 additions and 2 deletions
|
@ -700,13 +700,13 @@ notebook).")
|
||||||
(define-public ruby-rspec-core
|
(define-public ruby-rspec-core
|
||||||
(package
|
(package
|
||||||
(name "ruby-rspec-core")
|
(name "ruby-rspec-core")
|
||||||
(version "3.12.1")
|
(version "3.13.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (rubygems-uri "rspec-core" version))
|
(uri (rubygems-uri "rspec-core" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0da45cvllbv39sdbsl65vp5djb2xf5m10mxc9jm7rsqyyxjw4h1f"))))
|
"001kazj244cb6fbkmh7ap74csbr78717qaskqzqpir1q8xpdmywl"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f)) ; avoid dependency cycles
|
'(#:tests? #f)) ; avoid dependency cycles
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue