mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-31 16:42:38 -05:00
gnu: r-biocparallel: Update to 1.34.0.
* gnu/packages/bioconductor.scm (r-biocparallel): Update to 1.34.0.
This commit is contained in:
parent
d0199e0c5c
commit
c9d5ec9e66
1 changed files with 2 additions and 2 deletions
|
@ -5847,13 +5847,13 @@ (define-public r-biomartr
|
|||
(define-public r-biocparallel
|
||||
(package
|
||||
(name "r-biocparallel")
|
||||
(version "1.32.6")
|
||||
(version "1.34.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "BiocParallel" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1aq3b5fjs8j0d6nf3992a6gnzvmmaxbbkrj1im0k6ppsqac6dlj0"))))
|
||||
"18j0bmxxlvxlij4szb6gp4xq54dkr2awqqzlb8sf0ldfmmn1b1in"))))
|
||||
(properties
|
||||
`((upstream-name . "BiocParallel")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue