diff options
author | zimoun <zimon.toutoune@gmail.com> | 2020-10-30 15:54:29 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-12-09 12:12:31 +0100 |
commit | 1f7ddaf0fb0f480e335f40a8537c24d2ed94e787 (patch) | |
tree | 721a66570be63c52079f29a19e75605ef8c8f1f3 | |
parent | 63033b159a748935c55df4f12deea4c496544bb8 (diff) |
gnu: r-flowsom: Update to 1.22.0.
* gnu/packages/bioconductor.scm (r-flowsom): Update to 1.22.0.
-rw-r--r-- | gnu/packages/bioconductor.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index b3f60171a1..e4274a2de2 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -6419,14 +6419,14 @@ standard to exchange gated cytometry data with other software platforms.") (define-public r-flowsom (package (name "r-flowsom") - (version "1.20.0") + (version "1.22.0") (source (origin (method url-fetch) (uri (bioconductor-uri "FlowSOM" version)) (sha256 (base32 - "1p17jv4q1dbcc47jpjy9hbcvzpwrx8waq7qpcj778jsyz6z6jh78")))) + "0gydp6q6zqkadw356k9br646zfynz8gk9ckbx9d297x503j5sgwf")))) (properties `((upstream-name . "FlowSOM"))) (build-system r-build-system) (propagated-inputs |