diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-01-14 19:42:23 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:28:39 +0100 |
| commit | 52a3e818cf738394dceee6311d8ef0e09ebb6adc (patch) | |
| tree | a074b8f446202ddea849a443902c2d5a65cf0732 /gnu | |
| parent | 74ce686a99b08135cb95851061559bb067dd6c52 (diff) | |
gnu: r-seuratobject: Update to 5.3.0.
* gnu/packages/cran.scm (r-seuratobject): Update to 5.3.0.
Change-Id: Id948b1f2dc7946c68feb962f4ad666276675b90c
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index bbd61d1a36..1f251ea077 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -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 |
