mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 03:45:24 -05:00
gnu: r-biomart: Update to 2.50.0.
* gnu/packages/bioconductor.scm (r-biomart): Update to 2.50.0.
This commit is contained in:
parent
918c08e20d
commit
d0ceaf62fc
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue