Archived
1
0
Fork 0

gnu: r-clusterexperiment: Update to 2.12.0.

* gnu/packages/bioconductor.scm (r-clusterexperiment): Update to 2.12.0.
[propagated-inputs]: Remove r-rspectra; add r-biocsingular.
This commit is contained in:
Ricardo Wurmus 2021-06-05 08:49:58 +02:00
parent 2b4c784b2b
commit 2a7532cca8
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -7236,19 +7236,20 @@ profiles (GO and KEGG) of gene and gene clusters.")
(define-public r-clusterexperiment (define-public r-clusterexperiment
(package (package
(name "r-clusterexperiment") (name "r-clusterexperiment")
(version "2.10.1") (version "2.12.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "clusterExperiment" version)) (uri (bioconductor-uri "clusterExperiment" version))
(sha256 (sha256
(base32 (base32
"04n3lcm7dh07sjkzyv83m55mx3lz0lkcy8yq9hi0zywqyrhyzz7z")))) "1fhmayciwn1m124b4dcs3gzbghgk9f7a7qmjnvvxc958cywcwkx5"))))
(build-system r-build-system) (build-system r-build-system)
(native-inputs (native-inputs
`(("r-knitr" ,r-knitr))) `(("r-knitr" ,r-knitr)))
(propagated-inputs (propagated-inputs
`(("r-ape" ,r-ape) `(("r-ape" ,r-ape)
("r-biocgenerics" ,r-biocgenerics) ("r-biocgenerics" ,r-biocgenerics)
("r-biocsingular" ,r-biocsingular)
("r-cluster" ,r-cluster) ("r-cluster" ,r-cluster)
("r-delayedarray" ,r-delayedarray) ("r-delayedarray" ,r-delayedarray)
("r-edger" ,r-edger) ("r-edger" ,r-edger)
@ -7265,7 +7266,6 @@ profiles (GO and KEGG) of gene and gene clusters.")
("r-pracma" ,r-pracma) ("r-pracma" ,r-pracma)
("r-rcolorbrewer" ,r-rcolorbrewer) ("r-rcolorbrewer" ,r-rcolorbrewer)
("r-rcpp" ,r-rcpp) ("r-rcpp" ,r-rcpp)
("r-rspectra" ,r-rspectra)
("r-s4vectors" ,r-s4vectors) ("r-s4vectors" ,r-s4vectors)
("r-scales" ,r-scales) ("r-scales" ,r-scales)
("r-singlecellexperiment" ,r-singlecellexperiment) ("r-singlecellexperiment" ,r-singlecellexperiment)