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
|
(define-public r-bioconcotk
|
||||||
(package
|
(package
|
||||||
(name "r-bioconcotk")
|
(name "r-bioconcotk")
|
||||||
(version "1.18.0")
|
(version "1.20.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "BiocOncoTK" version))
|
(uri (bioconductor-uri "BiocOncoTK" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1x4mzzjvjgcxg5xyxjib8r2n55hpf2vzcci0xkb7d8frakfncn9s"))))
|
"11135a4l0vn84qmpyclz052zy45s0m38av94604jqxgb51q9lwyf"))))
|
||||||
(properties `((upstream-name . "BiocOncoTK")))
|
(properties `((upstream-name . "BiocOncoTK")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
@ -17546,6 +17546,7 @@ (define-public r-bioconcotk
|
||||||
r-httr
|
r-httr
|
||||||
r-iranges
|
r-iranges
|
||||||
r-magrittr
|
r-magrittr
|
||||||
|
r-mass
|
||||||
r-plyr
|
r-plyr
|
||||||
r-rgraphviz
|
r-rgraphviz
|
||||||
r-rjson
|
r-rjson
|
||||||
|
|
Loading…
Reference in a new issue