3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-biomart: Update to 2.32.1.

* gnu/packages/bioinformatics.scm (r-biomart): Update to 2.32.1.
This commit is contained in:
Roel Janssen 2017-08-02 00:28:16 +02:00
parent 1ff74d074e
commit 0c6494a1db
No known key found for this signature in database
GPG key ID: C3EC1DCA843072E1

View file

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