mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-rtcgatoolbox: Update to 2.38.0.
* gnu/packages/bioconductor.scm (r-rtcgatoolbox): Update to 2.38.0. Change-Id: I5333b2d9249455fd22631297459d87a10b0baea3
This commit is contained in:
parent
b5b1af0cde
commit
0182f86f66
1 changed files with 2 additions and 2 deletions
|
@ -12933,13 +12933,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.36.0")
|
(version "2.38.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
|
||||||
"1824p551155qj7g85wb2spp6v77hjl37s86zy9n2zyfkwiwg321y"))))
|
"1b6f1v56mg59i1kzp63i57cqqw2d3ni8g6wbry7igf0k4r4ys401"))))
|
||||||
(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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue