gnu: r-flowclust: Update to 3.34.0.

* gnu/packages/bioconductor.scm (r-flowclust): Update to 3.34.0.
[propagated-inputs]: Remove r-clue, r-corpcor, r-ellipse, r-flowviz, and r-mnormt.
This commit is contained in:
Ricardo Wurmus 2022-05-28 12:45:09 +02:00
parent 2c76fce33a
commit 9305453a66
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -11014,14 +11014,14 @@ statistics to the plot.")
(define-public r-flowclust (define-public r-flowclust
(package (package
(name "r-flowclust") (name "r-flowclust")
(version "3.32.0") (version "3.34.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "flowClust" version)) (uri (bioconductor-uri "flowClust" version))
(sha256 (sha256
(base32 (base32
"0ch7mkq40qcnxwgzy51vjdlwyzx4bvp03vpdm6dwjc6qy8a6qfzi")))) "055vm9s8aha92znhpjqkipzprw8bkrinwjaik4ygmhym7w6vbblk"))))
(properties `((upstream-name . "flowClust"))) (properties `((upstream-name . "flowClust")))
(build-system r-build-system) (build-system r-build-system)
(arguments (arguments
@ -11030,13 +11030,8 @@ statistics to the plot.")
(propagated-inputs (propagated-inputs
(list r-biobase (list r-biobase
r-biocgenerics r-biocgenerics
r-clue
r-corpcor
r-ellipse
r-flowcore r-flowcore
r-flowviz r-graph))
r-graph
r-mnormt))
(inputs (inputs
(list gsl)) (list gsl))
(native-inputs (native-inputs