gnu: r-biomart: Update to 2.48.3.

* gnu/packages/bioconductor.scm (r-biomart): Update to 2.48.3.
This commit is contained in:
Ricardo Wurmus 2021-08-24 00:33:12 +02:00
parent 2a775745d7
commit 227579e84a
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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