gnu: r-seurat: Update to 3.2.2.

* gnu/packages/cran.scm (r-seurat): Update to 3.2.2.
This commit is contained in:
Ricardo Wurmus 2020-10-05 22:45:40 +02:00
parent affd027250
commit 2429ba0047
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -24448,13 +24448,13 @@ (define-public r-maldiquant
(define-public r-seurat
(package
(name "r-seurat")
(version "3.2.1")
(version "3.2.2")
(source (origin
(method url-fetch)
(uri (cran-uri "Seurat" version))
(sha256
(base32
"0jipc4xpmx56jzc31w6nsl77ah8x8wq7jclg2mxhjql4ixkwmz54"))))
"048vnj0c3mrwhr6yq3jqhgnkg68w99nj1ccsmgnd8rl694w26spj"))))
(properties `((upstream-name . "Seurat")))
(build-system r-build-system)
(propagated-inputs