me
/
guix
Archived
1
0
Fork 0

gnu: r-singlecellexperiment: Update to 1.12.0.

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

View File

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