gnu: r-biocparallel: Update to 1.16.6.

* gnu/packages/bioinformatics.scm (r-biocparallel): Update to 1.16.6.
This commit is contained in:
Ricardo Wurmus 2019-03-08 00:39:13 +01:00
parent cd43ae3fd6
commit 58209b1e21
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -7499,13 +7499,13 @@ (define-public r-biomart
(define-public r-biocparallel
(package
(name "r-biocparallel")
(version "1.16.5")
(version "1.16.6")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "BiocParallel" version))
(sha256
(base32
"1164dk0fajb2vrkfpcjs11055qf1cs4vvbnq0aqdaaf2p4lyx41l"))))
"1iv2xzm6lz371z0llhcxl8hmc5jfw0hjwnf1qc8d7jk9djgcaks2"))))
(properties
`((upstream-name . "BiocParallel")))
(build-system r-build-system)