gnu: r-singlecellexperiment: Update to 1.26.0.

* gnu/packages/bioconductor.scm (r-singlecellexperiment): Update to 1.26.0.

Change-Id: Ie7720939014e2e43a90a1c93547492dadc7ab333
This commit is contained in:
Ricardo Wurmus 2024-05-07 13:07:18 +02:00
parent 3b9c258247
commit e478762c88
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -22400,14 +22400,14 @@ (define-public r-chromvar
(define-public r-singlecellexperiment
(package
(name "r-singlecellexperiment")
(version "1.24.0")
(version "1.26.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "SingleCellExperiment" version))
(sha256
(base32
"0q44n97mly1ldh52r0sb1jwhz8bn4n7sfw99qs5h4s44w9s0fry4"))))
"09sbk0r9g55x8fbvv5rbrygdw3km4bbrj9x0abqwld2nxnxq1q3n"))))
(properties
`((upstream-name . "SingleCellExperiment")))
(build-system r-build-system)