GNU bug report logs -
#60713
[PATCH] gnu: r-survival: Update to 3.5-0.
Previous Next
Reported by: Greg Hogan <code <at> greghogan.com>
Date: Tue, 10 Jan 2023 18:10:02 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
This package has fewer than 300 dependents.
Building the old version (3.4-0) from source shows a checksum error
on the tarfile downloaded from CRAN.
* gnu/packages/statistics.scm (r-survival): Update to 3.5-0.
---
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 7ba75cf59d..b41e89075f 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -780,14 +780,14 @@ (define-public r-spatial
(define-public r-survival
(package
(name "r-survival")
- (version "3.4-0")
+ (version "3.5-0")
(source
(origin
(method url-fetch)
(uri (cran-uri "survival" version))
(sha256
(base32
- "04pqkklbjpcqaq49h49j0vw18q4hi31ry3szzf84vzk5fba273m4"))))
+ "12nwvfa921m546acxiidpif6g1laz1h1vxbwc45ww69wdc51gcmq"))))
(build-system r-build-system)
(propagated-inputs
(list r-matrix))
--
2.38.1
This bug report was last modified 2 years and 99 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.