Archived
1
0
Fork 0

gnu: r-biomart: Update to 2.42.1.

* gnu/packages/bioinformatics.scm (r-biomart): Update to 2.42.1.
[native-inputs]: Add r-knitr.
This commit is contained in:
Ricardo Wurmus 2020-04-01 11:13:08 +02:00
parent c5c6719f92
commit 0be3cc7f89
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -7810,13 +7810,13 @@ 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.42.0") (version "2.42.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "biomaRt" version)) (uri (bioconductor-uri "biomaRt" version))
(sha256 (sha256
(base32 (base32
"0difh4dsccjzhpfkvajy2adh98ym9164gd6clnsnic6qr6sk86ss")))) "0676s8aq9xj2pdrfk28kf5j69fmssn900k4vxrp11ghwjr8z24h7"))))
(properties (properties
`((upstream-name . "biomaRt"))) `((upstream-name . "biomaRt")))
(build-system r-build-system) (build-system r-build-system)
@ -7829,6 +7829,8 @@ annotation data packages using SQLite data storage.")
("r-rappdirs" ,r-rappdirs) ("r-rappdirs" ,r-rappdirs)
("r-stringr" ,r-stringr) ("r-stringr" ,r-stringr)
("r-xml" ,r-xml))) ("r-xml" ,r-xml)))
(native-inputs
`(("r-knitr" ,r-knitr)))
(home-page "https://bioconductor.org/packages/biomaRt") (home-page "https://bioconductor.org/packages/biomaRt")
(synopsis "Interface to BioMart databases") (synopsis "Interface to BioMart databases")
(description (description