diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-08-28 22:11:22 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-08-28 22:15:47 +0200 |
commit | 55e0bd5c7a6412640659ade355a9a8ce447bbfdc (patch) | |
tree | f5de7d8932822fa51df7e46eff5f70ab25771165 | |
parent | dc23a125663df63c7ac7f170111ebb265958d29a (diff) |
gnu: r-flowworkspace: Update to 4.12.2.
* gnu/packages/bioconductor.scm (r-flowworkspace): Update to 4.12.2.
-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 a74578e3ba..9ecf705ef0 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -16783,14 +16783,14 @@ for other R packages to compile and link against.") (define-public r-flowworkspace (package (name "r-flowworkspace") - (version "4.12.0") + (version "4.12.2") (source (origin (method url-fetch) (uri (bioconductor-uri "flowWorkspace" version)) (sha256 (base32 - "1ln98xnnqlz3hqdyhypzarw7jcghd5gjaw8h42yw41w0plhh4wyr")))) + "1g1hym2anysgy7v46fnnxyzac3wzi1713vlih2gqzi23k8r2xx26")))) (properties `((upstream-name . "flowWorkspace"))) (build-system r-build-system) (propagated-inputs |