me
/
guix
Archived
1
0
Fork 0

gnu: r-survival: Update to 3.5-0.

* gnu/packages/statistics.scm (r-survival): Update to 3.5-0.

Signed-off-by: Christopher Baines <mail@cbaines.net>
Greg Hogan 2023-01-10 18:09:07 +00:00 committed by Christopher Baines
parent e8483a410b
commit ecebf5924c
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 2 deletions

View File

@ -780,14 +780,14 @@ analysis.")
(define-public r-survival (define-public r-survival
(package (package
(name "r-survival") (name "r-survival")
(version "3.4-0") (version "3.5-0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "survival" version)) (uri (cran-uri "survival" version))
(sha256 (sha256
(base32 (base32
"04pqkklbjpcqaq49h49j0vw18q4hi31ry3szzf84vzk5fba273m4")))) "12nwvfa921m546acxiidpif6g1laz1h1vxbwc45ww69wdc51gcmq"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
(list r-matrix)) (list r-matrix))