mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: r-biocparallel: Update to 1.34.2.
* gnu/packages/bioconductor.scm (r-biocparallel): Update to 1.34.2.
This commit is contained in:
parent
6693480b46
commit
9e9e21dc46
1 changed files with 2 additions and 2 deletions
|
@ -5895,13 +5895,13 @@ (define-public r-biomartr
|
|||
(define-public r-biocparallel
|
||||
(package
|
||||
(name "r-biocparallel")
|
||||
(version "1.34.1")
|
||||
(version "1.34.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "BiocParallel" version))
|
||||
(sha256
|
||||
(base32
|
||||
"14ddzx7c5d4c599zwfx03bz3bqvxfc748znk929g3200brggqkqd"))))
|
||||
"0j0yi0g0zri0liy9xm2j3k848smhib5mmkvwcw6281iwnpn7yypq"))))
|
||||
(properties
|
||||
`((upstream-name . "BiocParallel")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue