guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/20: gnu: r-epi: Update to 2.48.


From: guix-commits
Subject: 10/20: gnu: r-epi: Update to 2.48.
Date: Tue, 2 Apr 2024 04:31:18 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 64319857e5c3e72f6fd76760e4ea76b50455a17c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Apr 2 10:04:28 2024 +0200

    gnu: r-epi: Update to 2.48.
    
    * gnu/packages/cran.scm (r-epi): Update to 2.48.
    
    Change-Id: Ibc1817d26895962740177c02b95cf089658443e6
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index fee423d280..0ab1a22f3d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]