gnu: r-biocparallel: Update to 1.6.2.

* gnu/packages/bioinformatics.scm (r-biocparallel): Update to 1.6.2.
This commit is contained in:
Ricardo Wurmus 2016-05-20 14:39:53 +02:00 committed by Ricardo Wurmus
parent 73af676feb
commit d7420566a9
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4303,13 +4303,13 @@ powerful online queries from gene annotation to database mining.")
(define-public r-biocparallel
(package
(name "r-biocparallel")
(version "1.6.0")
(version "1.6.2")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "BiocParallel" version))
(sha256
(base32
"0yhjihbggs3mn4z43s3fsf70brzjvbilm9ljz1z326xwmk7j40ys"))))
"0ki5xvb3cwjmlsx81gr8ylk1qy3imlj2dd04mzpvl28x42ay4dqj"))))
(properties
`((upstream-name . "BiocParallel")))
(build-system r-build-system)