mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: r-bioconcotk: Update to 1.20.0.
* gnu/packages/bioconductor.scm (r-bioconcotk): Update to 1.20.0. [propagated-inputs]: Add r-mass.
This commit is contained in:
parent
94ab8db2d7
commit
d63b92465b
1 changed files with 3 additions and 2 deletions
|
@ -17520,14 +17520,14 @@ (define-public r-multiassayexperiment
|
|||
(define-public r-bioconcotk
|
||||
(package
|
||||
(name "r-bioconcotk")
|
||||
(version "1.18.0")
|
||||
(version "1.20.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "BiocOncoTK" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1x4mzzjvjgcxg5xyxjib8r2n55hpf2vzcci0xkb7d8frakfncn9s"))))
|
||||
"11135a4l0vn84qmpyclz052zy45s0m38av94604jqxgb51q9lwyf"))))
|
||||
(properties `((upstream-name . "BiocOncoTK")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
@ -17546,6 +17546,7 @@ (define-public r-bioconcotk
|
|||
r-httr
|
||||
r-iranges
|
||||
r-magrittr
|
||||
r-mass
|
||||
r-plyr
|
||||
r-rgraphviz
|
||||
r-rjson
|
||||
|
|
Loading…
Reference in a new issue