mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 08:07:29 +01:00
gnu: r-flowstats: Update to 4.8.0.
* gnu/packages/bioconductor.scm (r-flowstats): Update to 4.8.0. [propagated-inputs]: Add r-corpcor and r-mnormt.
This commit is contained in:
parent
6b07853785
commit
1d6586a8c7
1 changed files with 4 additions and 2 deletions
|
@ -11131,20 +11131,21 @@ (define-public r-flowworkspace
|
|||
(define-public r-flowstats
|
||||
(package
|
||||
(name "r-flowstats")
|
||||
(version "4.6.0")
|
||||
(version "4.8.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "flowStats" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0jjfq66m4lbpkynwxaparkd05znhp3jl9ccj37gyghly294x3rm9"))))
|
||||
"1jbc92ah2mlpnd7v3k0207v4qz3rg9g9yy6r6y0s0cc5nifdyhwj"))))
|
||||
(properties `((upstream-name . "flowStats")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-biobase
|
||||
r-biocgenerics
|
||||
r-cluster
|
||||
r-corpcor
|
||||
r-fda
|
||||
r-flowcore
|
||||
r-flowviz
|
||||
|
@ -11153,6 +11154,7 @@ (define-public r-flowstats
|
|||
r-ks
|
||||
r-lattice
|
||||
r-mass
|
||||
r-mnormt
|
||||
r-ncdfflow
|
||||
r-rcolorbrewer
|
||||
r-rrcov))
|
||||
|
|
Loading…
Reference in a new issue