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
|
||||
(package
|
||||
(name "ruby-rspec-core")
|
||||
(version "3.12.1")
|
||||
(version "3.13.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (rubygems-uri "rspec-core" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0da45cvllbv39sdbsl65vp5djb2xf5m10mxc9jm7rsqyyxjw4h1f"))))
|
||||
"001kazj244cb6fbkmh7ap74csbr78717qaskqzqpir1q8xpdmywl"))))
|
||||
(build-system ruby-build-system)
|
||||
(arguments
|
||||
'(#:tests? #f)) ; avoid dependency cycles
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue