gnu: r-xvector: Update to 0.16.0.

* gnu/packages/bioinformatics.scm (r-xvector): Update to 0.16.0.
This commit is contained in:
Roel Janssen 2017-04-28 10:39:42 +02:00
parent abf5a14e11
commit 17a02f5149
No known key found for this signature in database
GPG Key ID: C3EC1DCA843072E1

View File

@ -6468,13 +6468,13 @@ different technologies, including microarrays, RNA-seq, and quantitative PCR.")
(define-public r-xvector
(package
(name "r-xvector")
(version "0.14.1")
(version "0.16.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "XVector" version))
(sha256
(base32
"1j14ip4c260kdp3zcmgfa2v8ky88csa0gfdg6a1xsb64s03hdbm6"))))
"01n09f4jdm60684lzikp02zf9gjan8bdrjx740vggr21q9fa69wn"))))
(properties
`((upstream-name . "XVector")))
(build-system r-build-system)