mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: r-seuratobject: Update to 4.1.3.
* gnu/packages/cran.scm (r-seuratobject): Update to 4.1.3. [propagated-inputs]: Remove r-rgeos.
This commit is contained in:
parent
faf5a2e16c
commit
df18be44e1
1 changed files with 2 additions and 3 deletions
|
@ -31240,14 +31240,14 @@ (define-public r-scattermore
|
||||||
(define-public r-seuratobject
|
(define-public r-seuratobject
|
||||||
(package
|
(package
|
||||||
(name "r-seuratobject")
|
(name "r-seuratobject")
|
||||||
(version "4.1.2")
|
(version "4.1.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "SeuratObject" version))
|
(uri (cran-uri "SeuratObject" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"03bd4fazcafaf5mp37cf9w6bxm9zwrlxkrqm9bjdnwxm07slanba"))))
|
"1lw6v5mwq0sngjr33j99r5h42kaxlbq271a51xzkcnhnyra2fpaq"))))
|
||||||
(properties `((upstream-name . "SeuratObject")))
|
(properties `((upstream-name . "SeuratObject")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
@ -31257,7 +31257,6 @@ (define-public r-seuratobject
|
||||||
r-progressr
|
r-progressr
|
||||||
r-rcpp
|
r-rcpp
|
||||||
r-rcppeigen
|
r-rcppeigen
|
||||||
r-rgeos
|
|
||||||
r-rlang
|
r-rlang
|
||||||
r-sp))
|
r-sp))
|
||||||
(home-page "https://satijalab.org/seurat")
|
(home-page "https://satijalab.org/seurat")
|
||||||
|
|
Loading…
Reference in a new issue