mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 01:56:22 +01:00
gnu: r-biocparallel: Update to 1.20.1.
* gnu/packages/bioinformatics.scm (r-biocparallel): Update to 1.20.1.
This commit is contained in:
parent
827d0fa846
commit
152a408051
1 changed files with 2 additions and 2 deletions
|
@ -7687,13 +7687,13 @@ (define-public r-biomart
|
|||
(define-public r-biocparallel
|
||||
(package
|
||||
(name "r-biocparallel")
|
||||
(version "1.20.0")
|
||||
(version "1.20.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "BiocParallel" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1wgnad4089xn8yxl9md7xprgh3vswcbyxg7di0931ik6x54m9zws"))))
|
||||
"0g0znb4whsvb9hpwx9xaasdi5n4vjqw8cpdyqgrdrjm91rls1h21"))))
|
||||
(properties
|
||||
`((upstream-name . "BiocParallel")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue