me
/
guix
Archived
1
0
Fork 0

gnu: r-singlecellexperiment: Update to 1.22.0.

* gnu/packages/bioconductor.scm (r-singlecellexperiment): Update to 1.22.0.
master
Ricardo Wurmus 2023-04-28 19:01:33 +02:00
parent 09ada1eb1e
commit b0a6411b85
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -18625,14 +18625,14 @@ sequence (@code{DNAse-seq}) experiments.")
(define-public r-singlecellexperiment
(package
(name "r-singlecellexperiment")
(version "1.20.1")
(version "1.22.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "SingleCellExperiment" version))
(sha256
(base32
"1xwa6ncmqp21a4zx1dbs9p9b9rqbxhdgq2279mj4yl0gnpyqr9d7"))))
"1v2px6gvr0wzj2cyml57hxj5ghynlvizkchbywd3kx05j1h2mckd"))))
(properties
`((upstream-name . "SingleCellExperiment")))
(build-system r-build-system)