guix-commits
[Top][All Lists]
Advanced

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

42/80: gnu: r-epi: Update to 2.41.


From: guix-commits
Subject: 42/80: gnu: r-epi: Update to 2.41.
Date: Wed, 12 Aug 2020 07:58:09 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 48b55f319460026c404d201dcef0acb7e213ca2b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Aug 12 11:57:52 2020 +0200

    gnu: r-epi: Update to 2.41.
    
    * gnu/packages/cran.scm (r-epi): Update to 2.41.
---
 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 e2c5dd6..4567257 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -12045,14 +12045,14 @@ model with finite state space using the 
Aalen-Johansen estimator.")
 (define-public r-epi
   (package
     (name "r-epi")
-    (version "2.40")
+    (version "2.41")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "Epi" version))
        (sha256
         (base32
-         "046y10vwks5y84pzccmrn6d4pd6qz70imvp1hw5ywp8fnwzfh4g5"))))
+         "09miba6zk63bwc79n3030kgzlvy3whkq968pgqyghxnsjfh5ckp5"))))
     (properties `((upstream-name . "Epi")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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