gnu: r-biocparallel: Update to 1.8.2.

* gnu/packages/bioinformatics.scm (r-biocparallel): Update to 1.8.2.
This commit is contained in:
Ricardo Wurmus 2017-04-09 13:00:45 +02:00
parent 3420ed32d8
commit dc8ebe43af
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6562,13 +6562,13 @@ powerful online queries from gene annotation to database mining.")
(define-public r-biocparallel
(package
(name "r-biocparallel")
(version "1.8.1")
(version "1.8.2")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "BiocParallel" version))
(sha256
(base32
"123i928rwi4h4sy4fpysv6pinw5nns0sm3myxi2ghqhm34ws8gyl"))))
"18zpa0vl375n9pvxsgbid1k96m17nqqgv1g1sfnlmm7kj34jxg6v"))))
(properties
`((upstream-name . "BiocParallel")))
(build-system r-build-system)