3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01: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:
Ricardo Wurmus 2020-06-13 00:12:42 +02:00
parent de4a352e8a
commit f4ef564595
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1911,12 +1911,12 @@ the @code{arrayCGH} packages.")
(define-public r-qdnaseq
(package
(name "r-qdnaseq")
(version "1.22.0")
(version "1.24.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "QDNAseq" version))
(sha256
(base32 "0xcqdpv9a47zpxx0q9sif5y4s1yzx3pig0kywy961kh5xgl5bcrq"))))
(base32 "1ji9pl2r1idyj3qzggj7qd2kqx31i6b3igwk2hqjb8qzkyb37p86"))))
(properties `((upstream-name . "QDNAseq")))
(build-system r-build-system)
(propagated-inputs