diff options
author | zimoun <zimon.toutoune@gmail.com> | 2022-11-17 03:50:25 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-11-24 12:31:51 +0100 |
commit | 2061e5af92067bfeb7a5e7dbeb82d2490f00384d (patch) | |
tree | b94da734be514a6107cf78cfb23880718477c187 /gnu/packages | |
parent | 8a089e4e117183c3dd297bff70ae8f27a7775cbe (diff) | |
download | guix-2061e5af92067bfeb7a5e7dbeb82d2490f00384d.tar.gz |
gnu: r-flowstats: Update to 4.10.0.
* gnu/packages/bioconductor.scm (r-flowstats): Update to 4.10.0.
Diffstat (limited to 'gnu/packages')
-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 3bea2eda02..2a922b19f7 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -13039,14 +13039,14 @@ matches the flowJo analysis.") (define-public r-flowstats (package (name "r-flowstats") - (version "4.8.2") + (version "4.10.0") (source (origin (method url-fetch) (uri (bioconductor-uri "flowStats" version)) (sha256 (base32 - "1x01gg5ifxh3wp0cp5a23lr9v6l9q5qg8145q2pgn904jkx5wldc")))) + "10xq0rfnshvam2yh34566ywmsby44aa1fg8wqwmllm202rhcgl2p")))) (properties `((upstream-name . "flowStats"))) (build-system r-build-system) (propagated-inputs |