gnu: r-seurat: Update to 4.3.0.

* gnu/packages/cran.scm (r-seurat): Update to 4.3.0.
[propagated-inputs]: Remove r-spatstat-core; add r-progressr and r-spatstat-explore.
This commit is contained in:
Ricardo Wurmus 2022-11-29 15:22:30 +01:00
parent df18be44e1
commit 21db522259
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -31272,13 +31272,13 @@ other R users.")
(define-public r-seurat (define-public r-seurat
(package (package
(name "r-seurat") (name "r-seurat")
(version "4.2.0") (version "4.3.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "Seurat" version)) (uri (cran-uri "Seurat" version))
(sha256 (sha256
(base32 (base32
"1vzb2k21nnzlky5dbf586wnixffz7wc9ncrpbgdw8md2kcmd58r2")))) "0z7rzxi1gli56k50s6w1363ndw18wykgk5xmc3g7jhpphqxwpfky"))))
(properties `((upstream-name . "Seurat"))) (properties `((upstream-name . "Seurat")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
@ -31306,6 +31306,7 @@ other R users.")
r-pbapply r-pbapply
r-plotly r-plotly
r-png r-png
r-progressr
r-rann r-rann
r-rcolorbrewer r-rcolorbrewer
r-rcpp r-rcpp
@ -31321,7 +31322,7 @@ other R users.")
r-sctransform r-sctransform
r-seuratobject r-seuratobject
r-shiny r-shiny
r-spatstat-core r-spatstat-explore
r-spatstat-geom r-spatstat-geom
r-tibble r-tibble
r-uwot)) r-uwot))