diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-11-06 21:51:28 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-11-07 08:15:42 +0100 |
commit | 42e11d3301d4d9ff3e368abf9db777a6a08e907f (patch) | |
tree | c09760106df0cf5b23f615cf1ee0da031e2fefb9 | |
parent | 010ab2ffd2bc17849a6fe8426bf9d5ceaae76362 (diff) | |
download | patches-42e11d3301d4d9ff3e368abf9db777a6a08e907f.tar patches-42e11d3301d4d9ff3e368abf9db777a6a08e907f.tar.gz |
gnu: r-biomart: Update to 2.34.0.
* gnu/packages/bioinformatics.scm (r-biomart): Update to 2.34.0.
[propagated-inputs]: Add r-progress and r-stringr.
-rw-r--r-- | gnu/packages/bioinformatics.scm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 8107461e0d..abf04b2508 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -6937,19 +6937,21 @@ annotation data packages using SQLite data storage.") (define-public r-biomart (package (name "r-biomart") - (version "2.32.1") + (version "2.34.0") (source (origin (method url-fetch) (uri (bioconductor-uri "biomaRt" version)) (sha256 (base32 - "0fhpbjlsgbqxrpj6nzhhk9q3ph81n5x4p7mmd097xjjn6b05w1d8")))) + "1dn3ysf0vb3mmg2b3380g0j1ajf88x4rh7fddfp990h2xlnsy2cx")))) (properties `((upstream-name . "biomaRt"))) (build-system r-build-system) (propagated-inputs `(("r-annotationdbi" ,r-annotationdbi) + ("r-progress" ,r-progress) ("r-rcurl" ,r-rcurl) + ("r-stringr" ,r-stringr) ("r-xml" ,r-xml))) (home-page "https://bioconductor.org/packages/biomaRt") (synopsis "Interface to BioMart databases") |