rekado pushed a commit to branch master
in repository guix.
commit 373430672d5425cddb079c77bcbdad904b2db0de
Author: Ricardo Wurmus <[email protected]>
Date: Tue Feb 13 15:58:32 2018 +0100
gnu: r-biomart: Update to 2.34.2.
* gnu/packages/bioinformatics.scm (r-biomart): Update to 2.34.2.
---
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 534f5e7..e9eed75 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7166,13 +7166,13 @@ annotation data packages using SQLite data storage.")
(define-public r-biomart
(package
(name "r-biomart")
- (version "2.34.1")
+ (version "2.34.2")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "biomaRt" version))
(sha256
(base32
- "0jzv8b86vpvavwnzi5xf7y18xmn72zkabkn2kclg1mgl847cq13k"))))
+ "1zlgs2zg0lmnk572p55n7m34nkxka8w10x8f2ndssjkffl2csy79"))))
(properties
`((upstream-name . "biomaRt")))
(build-system r-build-system)