gnu: r-lmtest: Update to 0.9-37.

* gnu/packages/cran.scm (r-lmtest): Update to 0.9-37.
master
Ricardo Wurmus 2019-05-01 10:09:52 +02:00
parent 8bc8cea987
commit 0b5b9d69a8
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1950,14 +1950,14 @@ or excesses over a high threshold.")
(define-public r-lmtest
(package
(name "r-lmtest")
(version "0.9-36")
(version "0.9-37")
(source
(origin
(method url-fetch)
(uri (cran-uri "lmtest" version))
(sha256
(base32
"0sym9sm1vl6bbgq01jhz1plxqmgh8hrgrn7rw0mwvsalcn6id7xy"))))
"02nasm0j2vwkhz11dxqixs23msy1s3yj0jps6949fmgh9gwjkjfx"))))
(build-system r-build-system)
(propagated-inputs
`(("r-zoo" ,r-zoo)))