gnu: r-biomart: Update to 2.60.1.
* gnu/packages/bioconductor.scm (r-biomart): Update to 2.60.1. Change-Id: I03a38932c581f8e6e5d7c4f694aac3f693d52a15
This commit is contained in:
parent
68a314d470
commit
07086a4275
1 changed files with 2 additions and 2 deletions
|
@ -7002,13 +7002,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.60.0")
|
(version "2.60.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "biomaRt" version))
|
(uri (bioconductor-uri "biomaRt" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0vsjldksykgs6z7afn8kbqzl489irvvzrzq75kqkhavyhxnavqkq"))))
|
"0mzdxpagxwiwyznhd7h93cgy01a2j85rgb5dpnkzgp4sxw01n7rb"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "biomaRt")))
|
`((upstream-name . "biomaRt")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Reference in a new issue