gnu: r-singlecellexperiment: Update to 1.20.1.

* gnu/packages/bioconductor.scm (r-singlecellexperiment): Update to 1.20.1.
This commit is contained in:
Ricardo Wurmus 2023-03-21 09:35:54 +01:00
parent fa048ce50e
commit 326be9abff
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -17930,14 +17930,14 @@ (define-public r-chromvar
(define-public r-singlecellexperiment
(package
(name "r-singlecellexperiment")
(version "1.20.0")
(version "1.20.1")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "SingleCellExperiment" version))
(sha256
(base32
"1y9c9wf3009w4qh03zpsmc0ff0nkzal673a4nql5c11cn55sza2g"))))
"1xwa6ncmqp21a4zx1dbs9p9b9rqbxhdgq2279mj4yl0gnpyqr9d7"))))
(properties
`((upstream-name . "SingleCellExperiment")))
(build-system r-build-system)