summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-07-02 14:58:42 +0200
committerRicardo Wurmus <rekado@elephly.net>2024-07-17 22:38:29 +0200
commit326f228c13663295229c522f9f3e394f400d24cf (patch)
treed62b476ddc091c7afd63747c6313fbaf31ad53cf /gnu
parentea39bcd73caf9bc95303258b0c58e5158fac51d3 (diff)
downloadguix-326f228c13663295229c522f9f3e394f400d24cf.tar.gz
gnu: r-epi: Update to 2.51.
* gnu/packages/cran.scm (r-epi): Update to 2.51.

Change-Id: I799511fbf63fd1fd6cc845125010a82e4befa3e8
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/cran.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 944e4e0588..0ab61299fc 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -22324,14 +22324,14 @@ model with finite state space using the Aalen-Johansen estimator.")
 (define-public r-epi
   (package
     (name "r-epi")
-    (version "2.48")
+    (version "2.51")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "Epi" version))
        (sha256
         (base32
-         "06965d2x47hb1c7dbqyhhywgr7k9xdcms1v08m2cx52qg6cdkiyp"))))
+         "0m9rvh21l9lqdlv71jrbix10g97wy2ryjv4zdjykfldhzzn4siik"))))
     (properties `((upstream-name . "Epi")))
     (build-system r-build-system)
     (propagated-inputs