gnu: r-flowclust: Update to 3.30.0.
* gnu/packages/bioconductor.scm (r-flowclust): Update to 3.30.0.
This commit is contained in:
parent
57a41cd789
commit
c474b4784e
1 changed files with 2 additions and 2 deletions
|
@ -9518,14 +9518,14 @@ statistics to the plot.")
|
||||||
(define-public r-flowclust
|
(define-public r-flowclust
|
||||||
(package
|
(package
|
||||||
(name "r-flowclust")
|
(name "r-flowclust")
|
||||||
(version "3.28.0")
|
(version "3.30.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
|
||||||
"1ml3y5wq68jbyr7l5j4zs79bj5bbwzmn5gx41yi88hq78iwkscrq"))))
|
"03xsmprrkxwkaksjlaxwp54mqfb3zlg6dbqhp87w78fwscisv76b"))))
|
||||||
(properties `((upstream-name . "flowClust")))
|
(properties `((upstream-name . "flowClust")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Reference in a new issue