diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-04-29 20:08:39 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-04-29 20:28:09 +0200 |
commit | f10e101b46fe401abfc01681521cd9ed83b33136 (patch) | |
tree | e8cd72350a6462e488744c0b726b6bce09d640fb /gnu | |
parent | e7c68936840498228158d2e8daab33b4b8d376d8 (diff) | |
download | guix-f10e101b46fe401abfc01681521cd9ed83b33136.tar.gz |
gnu: r-epi: Update to 2.47.1.
* gnu/packages/cran.scm (r-epi): Update to 2.47.1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 53ee24fd6d..cf6a4bbd04 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -19209,14 +19209,14 @@ model with finite state space using the Aalen-Johansen estimator.") (define-public r-epi (package (name "r-epi") - (version "2.47") + (version "2.47.1") (source (origin (method url-fetch) (uri (cran-uri "Epi" version)) (sha256 (base32 - "1dkdx000cvy2rgxq3w6ppl3j9h7mwmcqg5xqsqh5hr3aks845pwx")))) + "1a4h6hfpwcy3lb49y949h86vr4sdnjfbqqnr4jgc45mc64fhafp1")))) (properties `((upstream-name . "Epi"))) (build-system r-build-system) (propagated-inputs |