diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-01-14 19:42:24 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:28:40 +0100 |
| commit | 51b1aea0bd633136c27ff082fc52de9f1fdec04c (patch) | |
| tree | 3d2a5eeb61080686db34d35cbab0181bd9ba2fda /gnu | |
| parent | 52a3e818cf738394dceee6311d8ef0e09ebb6adc (diff) | |
gnu: r-seurat: Update to 5.4.0.
* gnu/packages/cran.scm (r-seurat): Update to 5.4.0.
[propagated-inputs]: Remove r-leidenbase.
Change-Id: Id47e87104046e60ffafcb7dd2bfb123b4b3b2fc2
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/cran.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 1f251ea077..7f26385823 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -51591,13 +51591,13 @@ other R users.") (define-public r-seurat (package (name "r-seurat") - (version "5.3.1") + (version "5.4.0") (source (origin (method url-fetch) (uri (cran-uri "Seurat" version)) (sha256 (base32 - "08xj5nwadbxj6jl2jwly6yq3q2gl48qlxlc00ygxiwnf7jlwnjim")))) + "05v4dynn5n3ak4fbj77hjk2mkg1xf2xs2jpaszma8bwsn5ydl06j")))) (properties '((upstream-name . "Seurat") (updater-ignored-native-inputs . ("r-singlecellexperiment")))) @@ -51619,7 +51619,6 @@ other R users.") r-irlba r-jsonlite r-kernsmooth - r-leidenbase r-lifecycle r-lmtest r-mass |
