mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: ruby-rspec-support: Update to 3.12.0.
* gnu/packages/ruby.scm (ruby-rspec-support): Update to 3.12.0.
This commit is contained in:
parent
05e8e1405a
commit
31469c55c3
1 changed files with 2 additions and 2 deletions
|
@ -551,13 +551,13 @@ (define-public ruby-iruby
|
|||
(define-public ruby-rspec-support
|
||||
(package
|
||||
(name "ruby-rspec-support")
|
||||
(version "3.8.0")
|
||||
(version "3.12.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (rubygems-uri "rspec-support" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0p3m7drixrlhvj2zpc38b11x145bvm311x6f33jjcxmvcm0wq609"))))
|
||||
"12y52zwwb3xr7h91dy9k3ndmyyhr3mjcayk0nnarnrzz8yr48kfx"))))
|
||||
(build-system ruby-build-system)
|
||||
(arguments
|
||||
'(#:tests? #f)) ; avoid dependency cycles
|
||||
|
|
Loading…
Reference in a new issue