gnu: r-seurat: Update to 4.0.6.

* gnu/packages/cran.scm (r-seurat): Update to 4.0.6.
This commit is contained in:
Ricardo Wurmus 2022-01-05 19:34:32 +01:00
parent 2815f89717
commit 8814b5ae8d
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -27868,13 +27868,13 @@ (define-public r-seuratobject
(define-public r-seurat
(package
(name "r-seurat")
(version "4.0.5")
(version "4.0.6")
(source (origin
(method url-fetch)
(uri (cran-uri "Seurat" version))
(sha256
(base32
"18svlpfbgs5vdzw2jyg99kj0jacag6dwwhjdg1zpmrh0fm0praxg"))))
"15lja989mlr4ar5pk1bagbfwv1v9n9646vja4kahcghgkgrn15l9"))))
(properties `((upstream-name . "Seurat")))
(build-system r-build-system)
(propagated-inputs