mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: r-biocparallel: Update to 1.22.0.
* gnu/packages/bioinformatics.scm (r-biocparallel): Update to 1.22.0. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
e87e6cc89d
commit
cb486f16da
1 changed files with 4 additions and 2 deletions
|
@ -7987,13 +7987,13 @@ (define-public r-biomart
|
|||
(define-public r-biocparallel
|
||||
(package
|
||||
(name "r-biocparallel")
|
||||
(version "1.20.1")
|
||||
(version "1.22.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "BiocParallel" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0g0znb4whsvb9hpwx9xaasdi5n4vjqw8cpdyqgrdrjm91rls1h21"))))
|
||||
"1lsg5xm5j3ly5k60fidzhkgqc9jgscyfkqngjvd9qp6yfzvsb82g"))))
|
||||
(properties
|
||||
`((upstream-name . "BiocParallel")))
|
||||
(build-system r-build-system)
|
||||
|
@ -8001,6 +8001,8 @@ (define-public r-biocparallel
|
|||
`(("r-futile-logger" ,r-futile-logger)
|
||||
("r-snow" ,r-snow)
|
||||
("r-bh" ,r-bh)))
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
(home-page "https://bioconductor.org/packages/BiocParallel")
|
||||
(synopsis "Bioconductor facilities for parallel evaluation")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue