me
/
guix
Archived
1
0
Fork 0

gnu: r-biocparallel: Update to 1.34.2.

* gnu/packages/bioconductor.scm (r-biocparallel): Update to 1.34.2.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -5895,13 +5895,13 @@ only one command.")
(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)