me
/
guix
Archived
1
0
Fork 0

gnu: r-epi: Update to 2.35.

* gnu/packages/cran.scm (r-epi): Update to 2.35.
master
Ricardo Wurmus 2019-03-07 23:03:22 +01:00
parent 75cbc80037
commit 83ef38b038
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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