gnu: r-flowclust: Update to 3.40.0.
* gnu/packages/bioconductor.scm (r-flowclust): Update to 3.40.0. Change-Id: I50c0766d93b13489adfe800d2d06b11545bfa43b
This commit is contained in:
parent
be37da9b54
commit
ca1998e47d
1 changed files with 2 additions and 2 deletions
|
@ -17395,14 +17395,14 @@ statistics to the plot.")
|
||||||
(define-public r-flowclust
|
(define-public r-flowclust
|
||||||
(package
|
(package
|
||||||
(name "r-flowclust")
|
(name "r-flowclust")
|
||||||
(version "3.38.0")
|
(version "3.40.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
|
||||||
"1gmkmx6gzx4w39ijcad3lx2xnr2b833mhs8gcmc6k21k57aznzs2"))))
|
"1xg0hdxh0c1c1wc6d8gcynq8168hi61c3gjdf1223qvqwc39nsby"))))
|
||||||
(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