gnu: r-biocparallel: Update to 1.8.0.

* gnu/packages/bioinformatics.scm (r-biocparallel): Update to 1.8.0.
This commit is contained in:
Ricardo Wurmus 2016-10-26 08:58:45 +02:00
parent 9405333186
commit 89559a124e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6389,13 +6389,13 @@ powerful online queries from gene annotation to database mining.")
(define-public r-biocparallel
(package
(name "r-biocparallel")
(version "1.6.6")
(version "1.8.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "BiocParallel" version))
(sha256
(base32
"1l39zmvhjlvlczrk5wal4y2s4g0b2kmaczgq5biah9qn45y474mw"))))
"0vz23i14f7wjygr5d4y1hp8ki6l6igwcsjscfpr6dcigmknyi55c"))))
(properties
`((upstream-name . "BiocParallel")))
(build-system r-build-system)