mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: r-qdnaseq: Update to 1.22.0.
* gnu/packages/bioconductor.scm (r-qdnaseq): Update to 1.22.0. [propagated-inputs]: Remove r-biocparallel; add r-future and r-future-apply.
This commit is contained in:
parent
8f2a4ea18b
commit
23ce5ad1d6
1 changed files with 4 additions and 3 deletions
|
@ -1590,20 +1590,21 @@ (define-public r-cghcall
|
|||
(define-public r-qdnaseq
|
||||
(package
|
||||
(name "r-qdnaseq")
|
||||
(version "1.20.0")
|
||||
(version "1.22.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "QDNAseq" version))
|
||||
(sha256
|
||||
(base32 "02afy5bpj35981q1qm59jx399hksk6a9v1jfwy7x888rn86gfcfz"))))
|
||||
(base32 "0xcqdpv9a47zpxx0q9sif5y4s1yzx3pig0kywy961kh5xgl5bcrq"))))
|
||||
(properties `((upstream-name . "QDNAseq")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-biobase" ,r-biobase)
|
||||
("r-biocparallel" ,r-biocparallel)
|
||||
("r-cghbase" ,r-cghbase)
|
||||
("r-cghcall" ,r-cghcall)
|
||||
("r-dnacopy" ,r-dnacopy)
|
||||
("r-future" ,r-future)
|
||||
("r-future-apply" ,r-future-apply)
|
||||
("r-genomicranges" ,r-genomicranges)
|
||||
("r-iranges" ,r-iranges)
|
||||
("r-matrixstats" ,r-matrixstats)
|
||||
|
|
Loading…
Reference in a new issue