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.
This commit is contained in:
Ricardo Wurmus 2017-11-06 21:51:28 +01:00
parent 010ab2ffd2
commit 42e11d3301
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 4 additions and 2 deletions

View File

@ -6937,19 +6937,21 @@ annotation data packages using SQLite data storage.")
(define-public r-biomart (define-public r-biomart
(package (package
(name "r-biomart") (name "r-biomart")
(version "2.32.1") (version "2.34.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "biomaRt" version)) (uri (bioconductor-uri "biomaRt" version))
(sha256 (sha256
(base32 (base32
"0fhpbjlsgbqxrpj6nzhhk9q3ph81n5x4p7mmd097xjjn6b05w1d8")))) "1dn3ysf0vb3mmg2b3380g0j1ajf88x4rh7fddfp990h2xlnsy2cx"))))
(properties (properties
`((upstream-name . "biomaRt"))) `((upstream-name . "biomaRt")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-annotationdbi" ,r-annotationdbi) `(("r-annotationdbi" ,r-annotationdbi)
("r-progress" ,r-progress)
("r-rcurl" ,r-rcurl) ("r-rcurl" ,r-rcurl)
("r-stringr" ,r-stringr)
("r-xml" ,r-xml))) ("r-xml" ,r-xml)))
(home-page "https://bioconductor.org/packages/biomaRt") (home-page "https://bioconductor.org/packages/biomaRt")
(synopsis "Interface to BioMart databases") (synopsis "Interface to BioMart databases")