gnu: r-seurat: Update to 4.0.4.

* gnu/packages/cran.scm (r-seurat): Update to 4.0.4.
This commit is contained in:
Ricardo Wurmus 2021-08-22 17:53:32 +02:00
parent 0887bff472
commit 7dae9355fd
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -27929,13 +27929,13 @@ (define-public r-seuratobject
(define-public r-seurat
(package
(name "r-seurat")
(version "4.0.3")
(version "4.0.4")
(source (origin
(method url-fetch)
(uri (cran-uri "Seurat" version))
(sha256
(base32
"1jfzkqnk4r82ssyz6h51n2jybkdcjkpjdb2la6n2xqnfs2b8dnbm"))))
"1pa2v29mx39swblzwzqc7rpql2rizhi2nj426r1i63wyla6lcxc0"))))
(properties `((upstream-name . "Seurat")))
(build-system r-build-system)
(propagated-inputs