gnu: r-biomart: Update to 2.50.0.

* gnu/packages/bioconductor.scm (r-biomart): Update to 2.50.0.
This commit is contained in:
Ricardo Wurmus 2021-11-04 22:04:00 +00:00
parent 918c08e20d
commit d0ceaf62fc
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2234,13 +2234,13 @@ (define-public r-biobase
(define-public r-biomart
(package
(name "r-biomart")
(version "2.48.3")
(version "2.50.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "biomaRt" version))
(sha256
(base32
"096s243yzbhhz3wsm7azml5sznqczmcpi5g0gnb02mah1przczfx"))))
"069wqihm8pj3r41dizvdbj4jnw9bsc5jrz8czfrak5v69bgk5v5q"))))
(properties
`((upstream-name . "biomaRt")))
(build-system r-build-system)