mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
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:
parent
2b4c784b2b
commit
2a7532cca8
1 changed files with 3 additions and 3 deletions
|
@ -7236,19 +7236,20 @@ (define-public r-clusterprofiler
|
|||
(define-public r-clusterexperiment
|
||||
(package
|
||||
(name "r-clusterexperiment")
|
||||
(version "2.10.1")
|
||||
(version "2.12.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "clusterExperiment" version))
|
||||
(sha256
|
||||
(base32
|
||||
"04n3lcm7dh07sjkzyv83m55mx3lz0lkcy8yq9hi0zywqyrhyzz7z"))))
|
||||
"1fhmayciwn1m124b4dcs3gzbghgk9f7a7qmjnvvxc958cywcwkx5"))))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
(propagated-inputs
|
||||
`(("r-ape" ,r-ape)
|
||||
("r-biocgenerics" ,r-biocgenerics)
|
||||
("r-biocsingular" ,r-biocsingular)
|
||||
("r-cluster" ,r-cluster)
|
||||
("r-delayedarray" ,r-delayedarray)
|
||||
("r-edger" ,r-edger)
|
||||
|
@ -7265,7 +7266,6 @@ (define-public r-clusterexperiment
|
|||
("r-pracma" ,r-pracma)
|
||||
("r-rcolorbrewer" ,r-rcolorbrewer)
|
||||
("r-rcpp" ,r-rcpp)
|
||||
("r-rspectra" ,r-rspectra)
|
||||
("r-s4vectors" ,r-s4vectors)
|
||||
("r-scales" ,r-scales)
|
||||
("r-singlecellexperiment" ,r-singlecellexperiment)
|
||||
|
|
Loading…
Reference in a new issue