mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: r-survcomp: Update to 1.54.0.
* gnu/packages/bioconductor.scm (r-survcomp): Update to 1.54.0. Change-Id: I4d4e7523d555484d1fef46622d968c4ea4206fa7
This commit is contained in:
parent
65973abaf1
commit
118aff2e0e
1 changed files with 2 additions and 2 deletions
|
@ -12200,13 +12200,13 @@ (define-public r-summarizedexperiment
|
|||
(define-public r-survcomp
|
||||
(package
|
||||
(name "r-survcomp")
|
||||
(version "1.52.0")
|
||||
(version "1.54.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "survcomp" version))
|
||||
(sha256
|
||||
(base32
|
||||
"18a81vv88xj3frkdy5l6w2fc4xzr1k6vgbz4j4marlmh6mz6skin"))))
|
||||
"090dl580cwicn3px1khkhcix25snig0k7phb7z3nzmrbxmp82ygc"))))
|
||||
(properties `((upstream-name . "survcomp")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-bootstrap
|
||||
|
|
Loading…
Reference in a new issue