diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-04-06 12:27:53 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-04-06 14:39:11 +0200 |
commit | acbeb2d56be7557f014d4e756438c54acaa61a81 (patch) | |
tree | 4a0f59aa62ae569c6cc5e9175f222f975d912761 | |
parent | da250f733a90fd1e478d6f4114a9f7186355cbee (diff) |
gnu: r-xvector: Update to 0.14.1.
* gnu/packages/bioinformatics.scm (r-xvector): Update to 0.14.1.
-rw-r--r-- | gnu/packages/bioinformatics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 396d2d68ac..4f2bfcd3e2 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -6447,13 +6447,13 @@ different technologies, including microarrays, RNA-seq, and quantitative PCR.") (define-public r-xvector (package (name "r-xvector") - (version "0.14.0") + (version "0.14.1") (source (origin (method url-fetch) (uri (bioconductor-uri "XVector" version)) (sha256 (base32 - "09lbqxpqr80g0kw77mpz0p1a8cq706j33kz8194wp71il67cdzi7")))) + "1j14ip4c260kdp3zcmgfa2v8ky88csa0gfdg6a1xsb64s03hdbm6")))) (properties `((upstream-name . "XVector"))) (build-system r-build-system) |