mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-22 18:49:14 -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
|
||||
(package
|
||||
(name "r-flowclust")
|
||||
(version "3.30.0")
|
||||
(version "3.32.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "flowClust" version))
|
||||
(sha256
|
||||
(base32
|
||||
"03xsmprrkxwkaksjlaxwp54mqfb3zlg6dbqhp87w78fwscisv76b"))))
|
||||
"0ch7mkq40qcnxwgzy51vjdlwyzx4bvp03vpdm6dwjc6qy8a6qfzi"))))
|
||||
(properties `((upstream-name . "flowClust")))
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
|
@ -9836,6 +9836,7 @@ (define-public r-flowclust
|
|||
("r-flowviz" ,r-flowviz)
|
||||
("r-graph" ,r-graph)
|
||||
("r-mnormt" ,r-mnormt)))
|
||||
#;
|
||||
(inputs
|
||||
`(("gsl" ,gsl)))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue