mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: ruby-rspec-core: Update to 3.12.1.
* gnu/packages/ruby.scm (ruby-rspec-core): Update to 3.12.1.
This commit is contained in:
parent
958d882e4a
commit
05e8e1405a
1 changed files with 2 additions and 2 deletions
|
@ -569,13 +569,13 @@ (define-public ruby-rspec-support
|
|||
(define-public ruby-rspec-core
|
||||
(package
|
||||
(name "ruby-rspec-core")
|
||||
(version "3.8.0")
|
||||
(version "3.12.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (rubygems-uri "rspec-core" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1p1s5bnbqp3sxk67y0fh0x884jjym527r0vgmhbm81w7aq6b7l4p"))))
|
||||
"0da45cvllbv39sdbsl65vp5djb2xf5m10mxc9jm7rsqyyxjw4h1f"))))
|
||||
(build-system ruby-build-system)
|
||||
(arguments
|
||||
'(#:tests? #f)) ; avoid dependency cycles
|
||||
|
|
Loading…
Reference in a new issue