guix_mirror_bot pushed a commit to branch r-team
in repository guix.
commit 214282f2fe2f92bee6d743cd07a14fac83d785f4
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Tue Nov 25 13:50:20 2025 +0100
gnu: r-flowsom: Update to 2.18.0.
* gnu/packages/bioconductor.scm (r-flowsom): Update to 2.18.0.
Change-Id: Ibe226910c17c3edf935d4295e7057f2524822109
---
gnu/packages/bioconductor.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 9b4f98375c..fef78fcf40 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -22444,14 +22444,14 @@ standard to exchange gated cytometry data with other
software platforms.")
(define-public r-flowsom
(package
(name "r-flowsom")
- (version "2.16.0")
+ (version "2.18.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "FlowSOM" version))
(sha256
(base32
- "19x5s09yyxnyk0b4l4mxzx2mq1mqsgcxr7flfazyjcg7qa8kgyld"))))
+ "09a3s5aqp9kfvckf2mw8lj0q74b3wmbg1qnphrggdcilhhh107di"))))
(properties `((upstream-name . "FlowSOM")))
(build-system r-build-system)
(propagated-inputs