gnu: r-seurat: Update to 3.1.1.
* gnu/packages/bioinformatics.scm (r-seurat): Update to 3.1.1. [propagated-inputs]: Add r-httr.
This commit is contained in:
parent
94638cbe77
commit
33651044c6
|
@ -9465,13 +9465,13 @@ and irregular enzymatic cleavages, mass measurement accuracy, etc.")
|
||||||
(define-public r-seurat
|
(define-public r-seurat
|
||||||
(package
|
(package
|
||||||
(name "r-seurat")
|
(name "r-seurat")
|
||||||
(version "3.1.0")
|
(version "3.1.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "Seurat" version))
|
(uri (cran-uri "Seurat" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0icxndnnkkmmr9hhd01dv3w8pih7x9r0rlp3fq9pk3qajp9gmlyq"))))
|
"084lr2fjdksshsmv1ww82bgn3a9mml7kswsidjrs89snabgvn360"))))
|
||||||
(properties `((upstream-name . "Seurat")))
|
(properties `((upstream-name . "Seurat")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
@ -9484,6 +9484,7 @@ and irregular enzymatic cleavages, mass measurement accuracy, etc.")
|
||||||
("r-ggplot2" ,r-ggplot2)
|
("r-ggplot2" ,r-ggplot2)
|
||||||
("r-ggrepel" ,r-ggrepel)
|
("r-ggrepel" ,r-ggrepel)
|
||||||
("r-ggridges" ,r-ggridges)
|
("r-ggridges" ,r-ggridges)
|
||||||
|
("r-httr" ,r-httr)
|
||||||
("r-ica" ,r-ica)
|
("r-ica" ,r-ica)
|
||||||
("r-igraph" ,r-igraph)
|
("r-igraph" ,r-igraph)
|
||||||
("r-irlba" ,r-irlba)
|
("r-irlba" ,r-irlba)
|
||||||
|
|
Loading…
Reference in New Issue