benwoodcroft pushed a commit to branch master
in repository guix.
commit 2b2ff0bd917cad949a974dd0e584e2b1f7ad6a5d
Author: Ben Woodcroft <[email protected]>
Date: Thu Jul 28 21:09:25 2016 +1000
gnu: r-xvector: Update to 0.12.1.
* gnu/packages/bioinformatics.scm (r-xvector): Update to 0.12.1.
---
gnu/packages/bioinformatics.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 7d9b11d..5ddcac3 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -4696,13 +4696,13 @@ different technologies, including microarrays, RNA-seq,
and quantitative PCR.")
(define-public r-xvector
(package
(name "r-xvector")
- (version "0.12.0")
+ (version "0.12.1")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "XVector" version))
(sha256
(base32
- "0c9cqjcxxks3an4wiq167h2grxlfyazajn7bmxhbk42zifp8vmqp"))))
+ "1kydy9f5y0ihn2mbkamr1kh0g1d3g1k9d7s4i09qgw9ysr6j414v"))))
(properties
`((upstream-name . "XVector")))
(build-system r-build-system)