gnu: r-qdnaseq: Update to 1.16.0.

* gnu/packages/bioconductor.scm (r-qdnaseq): Update to 1.16.0.
[propagated-inputs]: Add r-biocparallel.
This commit is contained in:
Ricardo Wurmus 2018-06-02 11:43:18 +02:00
parent 5c0df206cf
commit 81b0181b6f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 2 deletions

View File

@ -343,16 +343,17 @@ the @code{arrayCGH} packages.")
(define-public r-qdnaseq (define-public r-qdnaseq
(package (package
(name "r-qdnaseq") (name "r-qdnaseq")
(version "1.14.0") (version "1.16.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "QDNAseq" version)) (uri (bioconductor-uri "QDNAseq" version))
(sha256 (sha256
(base32 "0lgbv4s0xqgrs7q6ynb3c273sf7pyrp51jnc8ravq1z5g0a2zshy")))) (base32 "1pj69mfyxwfd0d7h4kls9xq96sdc55y3rv20qpla50hw9libcwwd"))))
(properties `((upstream-name . "QDNAseq"))) (properties `((upstream-name . "QDNAseq")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-biobase" ,r-biobase) `(("r-biobase" ,r-biobase)
("r-biocparallel" ,r-biocparallel)
("r-cghbase" ,r-cghbase) ("r-cghbase" ,r-cghbase)
("r-cghcall" ,r-cghcall) ("r-cghcall" ,r-cghcall)
("r-dnacopy" ,r-dnacopy) ("r-dnacopy" ,r-dnacopy)