gnu: r-copynumber: Update to 1.20.0.

* gnu/packages/bioinformatics.scm (r-copynumber): Update to 1.20.0.
This commit is contained in:
Ricardo Wurmus 2018-06-02 11:43:54 +02:00
parent 02be818044
commit 14e9235f0c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6176,13 +6176,13 @@ microarrays.")
(define-public r-copynumber
(package
(name "r-copynumber")
(version "1.18.0")
(version "1.20.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "copynumber" version))
(sha256
(base32
"01kcwzl485yjrkgyg8117b1il957ss0v6rq4bbxf4ksd5fzcjmyx"))))
"0y9nnwb0psphp3ix88wj2f8z5gr45r5znf55w892ysm27isdpmms"))))
(build-system r-build-system)
(propagated-inputs
`(("r-s4vectors" ,r-s4vectors)