mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 16:08:04 -05:00
gnu: r-qdnaseq: Update to 1.34.0.
* gnu/packages/bioconductor.scm (r-qdnaseq): Update to 1.34.0.
This commit is contained in:
parent
564afa20fb
commit
7803ed86fe
1 changed files with 2 additions and 2 deletions
|
@ -8257,12 +8257,12 @@ (define-public r-cghcall
|
||||||
(define-public r-qdnaseq
|
(define-public r-qdnaseq
|
||||||
(package
|
(package
|
||||||
(name "r-qdnaseq")
|
(name "r-qdnaseq")
|
||||||
(version "1.32.0")
|
(version "1.34.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "QDNAseq" version))
|
(uri (bioconductor-uri "QDNAseq" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0s360s72lfn9vjml88gg1m40n61s0dc66ilzgfjdcp65djdxxfvm"))))
|
(base32 "1qv3vmc6i7r35pqhi45hmvg8h7v3bl82lv7yifs59k250zsdls59"))))
|
||||||
(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