gnu: r-rtcgatoolbox: Update to 2.34.0.
* gnu/packages/bioconductor.scm (r-rtcgatoolbox): Update to 2.34.0. Change-Id: I4d1c6d5f1d6dffe4cd5acf074c86eae1e008a44b
This commit is contained in:
parent
92ed002d7f
commit
43cced246b
1 changed files with 2 additions and 2 deletions
|
@ -10806,13 +10806,13 @@ transforms TCGA data to tidy form which is convenient to use.")
|
||||||
(define-public r-rtcgatoolbox
|
(define-public r-rtcgatoolbox
|
||||||
(package
|
(package
|
||||||
(name "r-rtcgatoolbox")
|
(name "r-rtcgatoolbox")
|
||||||
(version "2.32.1")
|
(version "2.34.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "RTCGAToolbox" version))
|
(uri (bioconductor-uri "RTCGAToolbox" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1a38b30nsg2bnlnijf4aa4rn4db2y4v86awfbf6a6qzqwlzknrcq"))))
|
"0l4idk6gsrnm7laj1xkm6jwmyy5l90kphm21zk7y33cpnp2ryjwr"))))
|
||||||
(properties `((upstream-name . "RTCGAToolbox")))
|
(properties `((upstream-name . "RTCGAToolbox")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs (list r-biocgenerics
|
(propagated-inputs (list r-biocgenerics
|
||||||
|
|
Reference in a new issue