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