me
/
guix
Archived
1
0
Fork 0

gnu: r-biocparallel: Update to 1.26.2.

* gnu/packages/bioconductor.scm (r-biocparallel): Update to 1.26.2.
master
Ricardo Wurmus 2021-09-29 23:28:12 +02:00
parent e8aab58d0c
commit 77a5fdd51c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2272,13 +2272,13 @@ powerful online queries from gene annotation to database mining.")
(define-public r-biocparallel
(package
(name "r-biocparallel")
(version "1.26.1")
(version "1.26.2")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "BiocParallel" version))
(sha256
(base32
"1jx1wm47s64ywfddrg8kqzz4xpcmfjwrzbxhvlmys7pf2hzj4gbh"))))
"1y459cygq21f3igsdlxz1zlyad8qbl2qlr5h2d2dpnvblykvf48i"))))
(properties
`((upstream-name . "BiocParallel")))
(build-system r-build-system)