mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 20:40:40 +02:00
gnu: r-biomart: Update to 2.48.3.
* gnu/packages/bioconductor.scm (r-biomart): Update to 2.48.3.
This commit is contained in:
parent
2a775745d7
commit
227579e84a
1 changed files with 2 additions and 2 deletions
|
@ -2154,13 +2154,13 @@ on Bioconductor or which replace R functions.")
|
||||||
(define-public r-biomart
|
(define-public r-biomart
|
||||||
(package
|
(package
|
||||||
(name "r-biomart")
|
(name "r-biomart")
|
||||||
(version "2.48.2")
|
(version "2.48.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "biomaRt" version))
|
(uri (bioconductor-uri "biomaRt" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1na271z9gc3b7xfcghbljj9lqq6v9b2kb71xahsq544yv4z9w8xj"))))
|
"096s243yzbhhz3wsm7azml5sznqczmcpi5g0gnb02mah1przczfx"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "biomaRt")))
|
`((upstream-name . "biomaRt")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue