mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 12:17:10 -05:00
gnu: r-biomart: Update to 2.48.2.
* gnu/packages/bioconductor.scm (r-biomart): Update to 2.48.2.
This commit is contained in:
parent
74bfaf92db
commit
03c9d86432
1 changed files with 2 additions and 2 deletions
|
@ -2154,13 +2154,13 @@ (define-public r-biobase
|
|||
(define-public r-biomart
|
||||
(package
|
||||
(name "r-biomart")
|
||||
(version "2.48.1")
|
||||
(version "2.48.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "biomaRt" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1a1lh0z1vk1q3wil85pi7v0f9miv070sjkbnwbw390zvncwakqxa"))))
|
||||
"1na271z9gc3b7xfcghbljj9lqq6v9b2kb71xahsq544yv4z9w8xj"))))
|
||||
(properties
|
||||
`((upstream-name . "biomaRt")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue