mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
gnu: r-biomart: Update to 2.58.0.
* gnu/packages/bioconductor.scm (r-biomart): Update to 2.58.0. Change-Id: Ibb83b0169aaf0b04236fdf4929405e550b1fa7c2
This commit is contained in:
parent
0f171c8bce
commit
28d1244644
1 changed files with 2 additions and 2 deletions
|
@ -6372,13 +6372,13 @@ (define-public r-biobase
|
|||
(define-public r-biomart
|
||||
(package
|
||||
(name "r-biomart")
|
||||
(version "2.56.1")
|
||||
(version "2.58.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "biomaRt" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0jqv2mv4ridi5lffva20a5s479bzpxhblyymricb17fd400rag8f"))))
|
||||
"1m6c6m9z0d1k6s2q0ikd78ahcq72gzqnhlprdn0xvkjxrgh1i2lf"))))
|
||||
(properties
|
||||
`((upstream-name . "biomaRt")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue