diff mbox series

[bug#60713] gnu: r-survival: Update to 3.5-0.

Message ID 20230110180907.377474-1-code@greghogan.com
State New
Headers show
Series [bug#60713] gnu: r-survival: Update to 3.5-0. | expand

Commit Message

Greg Hogan Jan. 10, 2023, 6:09 p.m. UTC
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(-)

Comments

Christopher Baines Feb. 13, 2023, 6:41 p.m. UTC | #1
Greg Hogan <code@greghogan.com> writes:

> 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(-)

Thanks Greg, I've pushed this to master as
ecebf5924c28154794fb344b2ea1b057512ca06a.

Chris
diff mbox series

Patch

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))