mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 19:56:59 -06:00
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:
parent
bc2de388dd
commit
5336f1a2e1
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue