gnu: r-biomart: Update to 2.36.1.

* gnu/packages/bioinformatics.scm (r-biomart): Update to 2.36.1.
This commit is contained in:
Ricardo Wurmus 2018-06-02 11:50:56 +02:00
parent 77f66feee7
commit 1763cba80e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7437,13 +7437,13 @@ annotation data packages using SQLite data storage.")
(define-public r-biomart
(package
(name "r-biomart")
(version "2.34.2")
(version "2.36.1")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "biomaRt" version))
(sha256
(base32
"1zlgs2zg0lmnk572p55n7m34nkxka8w10x8f2ndssjkffl2csy79"))))
"0b70s350ffc74v3xz5c3jpazr9zxdb7gjmjfj7aghlsrizrspill"))))
(properties
`((upstream-name . "biomaRt")))
(build-system r-build-system)