mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: r-qdnaseq: Update to 1.24.0.
* gnu/packages/bioconductor.scm (r-qdnaseq): Update to 1.24.0.
This commit is contained in:
parent
de4a352e8a
commit
f4ef564595
1 changed files with 2 additions and 2 deletions
|
@ -1911,12 +1911,12 @@ (define-public r-cghcall
|
||||||
(define-public r-qdnaseq
|
(define-public r-qdnaseq
|
||||||
(package
|
(package
|
||||||
(name "r-qdnaseq")
|
(name "r-qdnaseq")
|
||||||
(version "1.22.0")
|
(version "1.24.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "QDNAseq" version))
|
(uri (bioconductor-uri "QDNAseq" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0xcqdpv9a47zpxx0q9sif5y4s1yzx3pig0kywy961kh5xgl5bcrq"))))
|
(base32 "1ji9pl2r1idyj3qzggj7qd2kqx31i6b3igwk2hqjb8qzkyb37p86"))))
|
||||||
(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