mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 02:59:17 -05:00
gnu: r-flowclust: Update to 3.32.0.
* gnu/packages/bioconductor.scm (r-flowclust): Update to 3.32.0. [inputs]: Remove gsl.
This commit is contained in:
parent
3bffe05708
commit
007e62be63
1 changed files with 3 additions and 2 deletions
|
@ -9813,14 +9813,14 @@ (define-public r-flowviz
|
||||||
(define-public r-flowclust
|
(define-public r-flowclust
|
||||||
(package
|
(package
|
||||||
(name "r-flowclust")
|
(name "r-flowclust")
|
||||||
(version "3.30.0")
|
(version "3.32.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
|
||||||
"03xsmprrkxwkaksjlaxwp54mqfb3zlg6dbqhp87w78fwscisv76b"))))
|
"0ch7mkq40qcnxwgzy51vjdlwyzx4bvp03vpdm6dwjc6qy8a6qfzi"))))
|
||||||
(properties `((upstream-name . "flowClust")))
|
(properties `((upstream-name . "flowClust")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -9836,6 +9836,7 @@ (define-public r-flowclust
|
||||||
("r-flowviz" ,r-flowviz)
|
("r-flowviz" ,r-flowviz)
|
||||||
("r-graph" ,r-graph)
|
("r-graph" ,r-graph)
|
||||||
("r-mnormt" ,r-mnormt)))
|
("r-mnormt" ,r-mnormt)))
|
||||||
|
#;
|
||||||
(inputs
|
(inputs
|
||||||
`(("gsl" ,gsl)))
|
`(("gsl" ,gsl)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Loading…
Reference in a new issue