[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
57/68: gnu: r-survival: Update to 3.3-1.
From: |
guix-commits |
Subject: |
57/68: gnu: r-survival: Update to 3.3-1. |
Date: |
Tue, 15 Mar 2022 17:18:42 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 4f9f37cfa98b4afd688afb99dfda9f2f2280e57e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Mar 15 14:28:47 2022 +0100
gnu: r-survival: Update to 3.3-1.
* gnu/packages/statistics.scm (r-survival): Update to 3.3-1.
---
gnu/packages/statistics.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 79373573ba..6725308fad 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -765,14 +765,14 @@ analysis.")
(define-public r-survival
(package
(name "r-survival")
- (version "3.2-13")
+ (version "3.3-1")
(source
(origin
(method url-fetch)
(uri (cran-uri "survival" version))
(sha256
(base32
- "0zrikancm9shixvgng89f1610sphlwljczi0fnjbdqn4l85rrarz"))))
+ "1isdrcvrzi118xiyigckj9sq1xl4m92180brmpzdqzhcrl2qg1ql"))))
(build-system r-build-system)
(propagated-inputs
(list r-matrix))
- 64/68: gnu: r-withr: Update to 2.5.0., (continued)
- 64/68: gnu: r-withr: Update to 2.5.0., guix-commits, 2022/03/15
- 58/68: gnu: r-rlang: Update to 1.0.2., guix-commits, 2022/03/15
- 19/68: gnu: r-bayesplot: Update to 1.9.0., guix-commits, 2022/03/15
- 24/68: gnu: r-fmsb: Update to 0.7.3., guix-commits, 2022/03/15
- 32/68: gnu: r-mcmcpack: Update to 1.6-1., guix-commits, 2022/03/15
- 56/68: gnu: r-bien: Update to 1.2.5., guix-commits, 2022/03/15
- 52/68: gnu: r-bbotk: Update to 0.5.1., guix-commits, 2022/03/15
- 67/68: gnu: r-dt: Update to 0.21., guix-commits, 2022/03/15
- 59/68: gnu: r-locfit: Update to 1.5-9.5., guix-commits, 2022/03/15
- 63/68: gnu: r-openssl: Update to 2.0.0., guix-commits, 2022/03/15
- 57/68: gnu: r-survival: Update to 3.3-1.,
guix-commits <=