mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: r-qdnaseq: Update to 1.20.0.
* gnu/packages/bioconductor.scm (r-qdnaseq): Update to 1.20.0.
This commit is contained in:
parent
2317730994
commit
4f4bed7de5
1 changed files with 2 additions and 2 deletions
|
@ -1269,12 +1269,12 @@ (define-public r-cghcall
|
||||||
(define-public r-qdnaseq
|
(define-public r-qdnaseq
|
||||||
(package
|
(package
|
||||||
(name "r-qdnaseq")
|
(name "r-qdnaseq")
|
||||||
(version "1.18.0")
|
(version "1.20.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "QDNAseq" version))
|
(uri (bioconductor-uri "QDNAseq" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "04ff9nbckzrlb45mr2j0c3mlh1wcggq5bbl81zklhq203c5x1wc2"))))
|
(base32 "02afy5bpj35981q1qm59jx399hksk6a9v1jfwy7x888rn86gfcfz"))))
|
||||||
(properties `((upstream-name . "QDNAseq")))
|
(properties `((upstream-name . "QDNAseq")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue