diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-05-07 13:07:04 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-05-08 12:53:34 +0200 |
commit | 371f8a8339542264fc3b8bfbef198d55a865c43e (patch) | |
tree | db17b1a1d96c85aca2e1655549ced2ba70f502dd | |
parent | f3fca2f140a477c83f234c8790b03335e189924c (diff) |
gnu: r-flowcore: Update to 2.16.0.
* gnu/packages/bioconductor.scm (r-flowcore): Update to 2.16.0.
Change-Id: I545b9e5453abc33a64a96a814fff5539daa59c3e
-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 c20846c474..ac5b242128 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -18735,14 +18735,14 @@ interact with gated cytometry data.") (define-public r-flowcore (package (name "r-flowcore") - (version "2.14.2") + (version "2.16.0") (source (origin (method url-fetch) (uri (bioconductor-uri "flowCore" version)) (sha256 (base32 - "1q47c6pyvcglxs1qga2814b7i84kmm5sncsnl0fhpa9zhx1sjka5")))) + "1zq3qypmzk9ld48r50fmygfdqwwyykii8l0l6gh5bdrdan760bfn")))) (properties `((upstream-name . "flowCore"))) (build-system r-build-system) (propagated-inputs |