mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 09:02:59 -05:00
gnu: r-rtcga: Update to 1.32.0.
* gnu/packages/bioconductor.scm (r-rtcga): Update to 1.32.0. Change-Id: I34d49096aee9329730b009209d60471f0b97ce1a
This commit is contained in:
parent
1e454c32d7
commit
2531eac414
1 changed files with 2 additions and 2 deletions
|
@ -9759,13 +9759,13 @@ (define-public r-restfulr
|
|||
(define-public r-rtcga
|
||||
(package
|
||||
(name "r-rtcga")
|
||||
(version "1.30.0")
|
||||
(version "1.32.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "RTCGA" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1y7ciq1270dc1c9y490fygrsylyzwl52fqi1vj7r75hy3rnwnv25"))))
|
||||
"1lzdwkisvzj1wyx3wx4ll1c2j9ww3xz8kpbngmpf8cdrw4h3jrg1"))))
|
||||
(properties `((upstream-name . "RTCGA")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-assertthat
|
||||
|
|
Loading…
Reference in a new issue