gnu: r-epi: Update to 2.48.

* gnu/packages/cran.scm (r-epi): Update to 2.48.

Change-Id: Ibc1817d26895962740177c02b95cf089658443e6
This commit is contained in:
Ricardo Wurmus 2024-04-02 10:04:28 +02:00
parent e5aba86aad
commit 64319857e5
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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