mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: r-flowclust: Update to 3.38.0.
* gnu/packages/bioconductor.scm (r-flowclust): Update to 3.38.0.
This commit is contained in:
parent
ea4adaa7e8
commit
9eade45bfb
1 changed files with 2 additions and 2 deletions
|
@ -15312,14 +15312,14 @@ (define-public r-flowviz
|
|||
(define-public r-flowclust
|
||||
(package
|
||||
(name "r-flowclust")
|
||||
(version "3.36.1")
|
||||
(version "3.38.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "flowClust" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1r27nm5dxlhl5rk96dkjfx8326bvdgx55xg4w2zji3m49x9db2gs"))))
|
||||
"1gmkmx6gzx4w39ijcad3lx2xnr2b833mhs8gcmc6k21k57aznzs2"))))
|
||||
(properties `((upstream-name . "flowClust")))
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue