diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-12-15 12:17:06 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-12-15 16:13:12 +0100 |
commit | ca46f973e9f6749af6d8942fbbd63cd0a5b0e2b4 (patch) | |
tree | 7f533de47ef0817c5da8b65752d18d9e24be5de9 /gnu | |
parent | c2e05a7f96665d29b999c30b7ccd87e20e7fcf7c (diff) |
gnu: r-seuratobject: Update to 5.0.1.
* gnu/packages/cran.scm (r-seuratobject): Update to 5.0.1.
Change-Id: I5fe5f13c9051ed926b67516bd531df1319bb492d
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 80777dd7f5..878ac5c8b8 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -36230,14 +36230,14 @@ data to rasters. It speeds up plotting of data with millions of points.") (define-public r-seuratobject (package (name "r-seuratobject") - (version "5.0.0") + (version "5.0.1") (source (origin (method url-fetch) (uri (cran-uri "SeuratObject" version)) (sha256 (base32 - "0wlr53cswq7a7zzzzkif82iy4xrrd2afz093b265kjlq4qxmzn9d")))) + "0hgrymldcqja40prr23gwx1c7lvwjjwcla3dld6x8wzkzqh1gkjs")))) (properties `((upstream-name . "SeuratObject"))) (build-system r-build-system) (propagated-inputs |