rekado pushed a commit to branch wip-r
in repository guix.
commit 0677bb65e06d38859802f839bce815a0b08f47d7
Author: zimoun <[email protected]>
AuthorDate: Fri Oct 30 15:58:38 2020 +0100
gnu: r-xvector: Update to 0.30.0.
* gnu/packages/bioinformatics.scm (r-xvector): Update to 0.30.0.
---
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 174dc89..007a02e 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7820,13 +7820,13 @@ different technologies, including microarrays, RNA-seq,
and quantitative PCR.")
(define-public r-xvector
(package
(name "r-xvector")
- (version "0.28.0")
+ (version "0.30.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "XVector" version))
(sha256
(base32
- "11h1hszv4798q1gbx8r6zf8vlaqx4v9ql0lbh2xaxybp66a03pvc"))))
+ "1pqljikg4f6jb7wgm5537zwgq5b013nyz1agjrwfq2cljb0ym6lq"))))
(properties
`((upstream-name . "XVector")))
(build-system r-build-system)