me
/
guix
Archived
1
0
Fork 0

gnu: r-biocparallel: Update to 1.26.1.

* gnu/packages/bioconductor.scm (r-biocparallel): Update to 1.26.1.
master
Ricardo Wurmus 2021-07-10 13:26:08 +02:00
parent 03c9d86432
commit f8d7d07679
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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