gnu: r-biocparallel: Update to 1.34.2.

* gnu/packages/bioconductor.scm (r-biocparallel): Update to 1.34.2.
This commit is contained in:
Ricardo Wurmus 2023-06-02 12:53:14 +02:00
parent 6693480b46
commit 9e9e21dc46
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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)