gnu: r-epi: Update to 2.37.

* gnu/packages/cran.scm (r-epi): Update to 2.37.
This commit is contained in:
Ricardo Wurmus 2019-05-28 23:55:33 +02:00
parent 9a749cad19
commit 41059f63df
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -10782,14 +10782,14 @@ model with finite state space using the Aalen-Johansen estimator.")
(define-public r-epi
(package
(name "r-epi")
(version "2.35")
(version "2.37")
(source
(origin
(method url-fetch)
(uri (cran-uri "Epi" version))
(sha256
(base32
"1z3959761ryv54y6vsrxxvhrwzz50xrxn55pqh5y7lrxh91zdsvl"))))
"1lanr9x0c6w22406p56j7cwk6wck8njq6pscb4gzc613d68zj1lk"))))
(properties `((upstream-name . "Epi")))
(build-system r-build-system)
(propagated-inputs