mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: ruby-rspec-core: Update to 3.5.4.
* gnu/packages/ruby.scm (ruby-rspec-core): Update to 3.5.4.
This commit is contained in:
parent
bb4bcb02c2
commit
c59491183a
1 changed files with 2 additions and 2 deletions
|
@ -262,13 +262,13 @@ (define ruby-rspec-support
|
||||||
(define-public ruby-rspec-core
|
(define-public ruby-rspec-core
|
||||||
(package
|
(package
|
||||||
(name "ruby-rspec-core")
|
(name "ruby-rspec-core")
|
||||||
(version "3.5.1")
|
(version "3.5.4")
|
||||||
(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
|
||||||
"0brfq51fwkkh5g6vw7smky5fvip46pryi243jmin0nzn7iwh9j5g"))))
|
"1nacs062qbr98fx6czf1vwppn1js956nv2c8vfwj6i65axdfs46i"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f)) ; avoid dependency cycles
|
'(#:tests? #f)) ; avoid dependency cycles
|
||||||
|
|
Loading…
Reference in a new issue