gnu: r-biomart: Update to 2.46.0.

* gnu/packages/bioinformatics.scm (r-biomart): Update to 2.46.0.
This commit is contained in:
zimoun 2020-10-30 15:58:51 +01:00 committed by Ricardo Wurmus
parent f517365cef
commit 4fac3fe67d
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -8147,13 +8147,13 @@ (define-public r-annotationdbi
(define-public r-biomart
(package
(name "r-biomart")
(version "2.44.1")
(version "2.46.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "biomaRt" version))
(sha256
(base32
"0np4nh3gj60mgb6312z7x0z9fg5bhrhw872sp3dzgmqc8q8b84iz"))))
"1zpdm8nw1d0m31pdmzw1dccbd6iczfhiklhm4d325zkzf3jrkvxf"))))
(properties
`((upstream-name . "biomaRt")))
(build-system r-build-system)
@ -8165,7 +8165,8 @@ (define-public r-biomart
("r-progress" ,r-progress)
("r-rappdirs" ,r-rappdirs)
("r-stringr" ,r-stringr)
("r-xml" ,r-xml)))
("r-xml" ,r-xml)
("r-xml2" ,r-xml2)))
(native-inputs
`(("r-knitr" ,r-knitr)))
(home-page "https://bioconductor.org/packages/biomaRt")