gnu: r-biocparallel: Update to 1.14.1.

* gnu/packages/bioinformatics.scm (r-biocparallel): Update to 1.14.1.
This commit is contained in:
Ricardo Wurmus 2018-06-02 11:51:12 +02:00
parent 1763cba80e
commit e6eac58d4c
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -7470,13 +7470,13 @@ (define-public r-biomart
(define-public r-biocparallel
(package
(name "r-biocparallel")
(version "1.12.0")
(version "1.14.1")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "BiocParallel" version))
(sha256
(base32
"13ng3n2wsgl3fh0v6jnz3vg51k5c1sh44pqdvblcrcd1qyjmmqhd"))))
"00qg1kg2l9qqpyjaw5q910cmf84vwfiw1fhsx3ig784gwinwgj6n"))))
(properties
`((upstream-name . "BiocParallel")))
(build-system r-build-system)