gnu: r-biomart: Update to 2.32.0.

* gnu/packages/bioinformatics.scm (r-biomart): Update to 2.32.0.
This commit is contained in:
Roel Janssen 2017-04-28 10:41:07 +02:00
parent aafaab22d3
commit 78e7a589c9
No known key found for this signature in database
GPG Key ID: C3EC1DCA843072E1
1 changed files with 2 additions and 2 deletions

View File

@ -6582,13 +6582,13 @@ annotation data packages using SQLite data storage.")
(define-public r-biomart
(package
(name "r-biomart")
(version "2.30.0")
(version "2.32.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "biomaRt" version))
(sha256
(base32
"1x0flcghq71784q2l02j0g4f9jkmyb14f6i307n6c59d6ji7h7x6"))))
"0knkxh23vl9pa0by03xr6dy9aiah714cmf54jl828k51l9wv5l2j"))))
(properties
`((upstream-name . "biomaRt")))
(build-system r-build-system)