gnu: r-biomart: Update to 2.28.0.

* gnu/packages/bioinformatics.scm (r-biomart): Update to 2.28.0.
This commit is contained in:
Ricardo Wurmus 2016-05-10 11:51:53 +02:00 committed by Ricardo Wurmus
parent c4a4e17938
commit 63cea37234
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4286,13 +4286,13 @@ (define-public r-annotationdbi
(define-public r-biomart
(package
(name "r-biomart")
(version "2.26.1")
(version "2.28.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "biomaRt" version))
(sha256
(base32
"1s709055abj2gd35g6nnk5d2ai5ii09iir270l2xika6pi62gj3f"))))
"1g0w6an9hkflgyhvq6pmrs92s93qarv23v636b9a4bz771wjvm5v"))))
(properties
`((upstream-name . "biomaRt")))
(build-system r-build-system)