me
/
guix
Archived
1
0
Fork 0

gnu: r-biomart: Update to 2.50.0.

* gnu/packages/bioconductor.scm (r-biomart): Update to 2.50.0.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -2234,13 +2234,13 @@ on Bioconductor or which replace R functions.")
(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)