guix-commits
[Top][All Lists]
Advanced

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

20/74: gnu: r-epi: Update to 2.47.


From: guix-commits
Subject: 20/74: gnu: r-epi: Update to 2.47.
Date: Sat, 2 Jul 2022 18:00:33 -0400 (EDT)

rekado pushed a commit to branch wip-r
in repository guix.

commit 4f5791a0063f3f966ba45e1a571c660667ef42bf
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jul 1 15:30:01 2022 +0200

    gnu: r-epi: Update to 2.47.
    
    * gnu/packages/cran.scm (r-epi): Update to 2.47.
---
 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 adcfb51ab3..52a7b0e549 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -15739,14 +15739,14 @@ model with finite state space using the 
Aalen-Johansen estimator.")
 (define-public r-epi
   (package
     (name "r-epi")
-    (version "2.46")
+    (version "2.47")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "Epi" version))
        (sha256
         (base32
-         "0s3ij0rya4wd7k97kc4s3pwj1d1ypaxl1s7zqr6sa07hp4a8fzz0"))))
+         "1dkdx000cvy2rgxq3w6ppl3j9h7mwmcqg5xqsqh5hr3aks845pwx"))))
     (properties `((upstream-name . "Epi")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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