gnu: r-seuratobject: Update to 5.3.0.

* gnu/packages/cran.scm (r-seuratobject): Update to 5.3.0.

Change-Id: Id948b1f2dc7946c68feb962f4ad666276675b90c
This commit is contained in:
Ricardo Wurmus 2026-01-14 19:42:23 +01:00
parent bc2de388dd
commit 5336f1a2e1
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -51551,14 +51551,14 @@ data to rasters. It speeds up plotting of data with millions of points.")
(define-public r-seuratobject
(package
(name "r-seuratobject")
(version "5.2.0")
(version "5.3.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "SeuratObject" version))
(sha256
(base32
"0aqnzpmvkqynjjbj7jry6wpikz1rv72pdgikizsk0hli0cassp18"))))
"0n4zalx8sz2knrbfs7ladk9fxgyr5varxxfn762dksbg3px5a0dg"))))
(properties `((upstream-name . "SeuratObject")))
(build-system r-build-system)
(propagated-inputs