gnu: r-seuratobject: Update to 4.1.2.
* gnu/packages/cran.scm (r-seuratobject): Update to 4.1.2.
This commit is contained in:
parent
4b9fa56cad
commit
1cc12eace3
1 changed files with 2 additions and 2 deletions
|
@ -30576,14 +30576,14 @@ data to rasters. It speeds up plotting of data with millions of points.")
|
||||||
(define-public r-seuratobject
|
(define-public r-seuratobject
|
||||||
(package
|
(package
|
||||||
(name "r-seuratobject")
|
(name "r-seuratobject")
|
||||||
(version "4.1.1")
|
(version "4.1.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "SeuratObject" version))
|
(uri (cran-uri "SeuratObject" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1h8b90vg9ysczk3p625n07bfrhmph3cxv9ymh896hqr7rn2qbwd6"))))
|
"03bd4fazcafaf5mp37cf9w6bxm9zwrlxkrqm9bjdnwxm07slanba"))))
|
||||||
(properties `((upstream-name . "SeuratObject")))
|
(properties `((upstream-name . "SeuratObject")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue