mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-biocparallel: Update to 1.34.1.
* gnu/packages/bioconductor.scm (r-biocparallel): Update to 1.34.1.
This commit is contained in:
parent
69e954bb0a
commit
7a9e68f103
1 changed files with 2 additions and 2 deletions
|
@ -5851,13 +5851,13 @@ (define-public r-biomartr
|
|||
(define-public r-biocparallel
|
||||
(package
|
||||
(name "r-biocparallel")
|
||||
(version "1.34.0")
|
||||
(version "1.34.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "BiocParallel" version))
|
||||
(sha256
|
||||
(base32
|
||||
"18j0bmxxlvxlij4szb6gp4xq54dkr2awqqzlb8sf0ldfmmn1b1in"))))
|
||||
"14ddzx7c5d4c599zwfx03bz3bqvxfc748znk929g3200brggqkqd"))))
|
||||
(properties
|
||||
`((upstream-name . "BiocParallel")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue