gnu: r-singlecellexperiment: Update to 1.12.0.

* gnu/packages/bioconductor.scm (r-singlecellexperiment): Update to 1.12.0.
This commit is contained in:
zimoun 2020-10-30 15:57:24 +01:00 committed by Ricardo Wurmus
parent d0db04fcaf
commit 4ef898d449
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -8811,14 +8811,14 @@ (define-public r-beachmat
(define-public r-singlecellexperiment
(package
(name "r-singlecellexperiment")
(version "1.10.1")
(version "1.12.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "SingleCellExperiment" version))
(sha256
(base32
"092wvk11n7pa234vlwhxm3gdi4k3sbnz1splhxalbdhz3jf02zfp"))))
"0wpgb2rhxxlclpmwl08iyfy204f7gpj8ijd0qdy4j41c58bl4qm2"))))
(properties
`((upstream-name . "SingleCellExperiment")))
(build-system r-build-system)