diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-01-09 23:08:36 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-01-09 23:08:36 +0100 |
commit | 850638df5abb5db923d02b0c6ab1fc5b8a1aad97 (patch) | |
tree | df92c19a13820cb039f3d39adea09025a6b76006 | |
parent | 3ac0f4e62c7708907c0ea810b5f983ff1fe6c658 (diff) | |
download | guix-850638df5abb5db923d02b0c6ab1fc5b8a1aad97.tar.gz |
gnu: r-flowworkspace: Update to 4.10.1.
* gnu/packages/bioconductor.scm (r-flowworkspace): Update to 4.10.1. [propagated-inputs]: Remove r-aws-s3, r-aws-signature, r-digest, r-lattice, r-latticeextra, r-rcpp, r-rcpparmadillo, and r-rcppparallel; add r-cpp11.
-rw-r--r-- | gnu/packages/bioconductor.scm | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index 4fa3d304d5..0501ec270f 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -13629,38 +13629,31 @@ for other R packages to compile and link against.") (define-public r-flowworkspace (package (name "r-flowworkspace") - (version "4.10.0") + (version "4.10.1") (source (origin (method url-fetch) (uri (bioconductor-uri "flowWorkspace" version)) (sha256 (base32 - "07w2pnnzmivfc621c8pvndqrn1k245cwjrb0nnk2i85i3si4j9c3")))) + "0jmbfclkfm0n2mshk94906kivii7awlskf7l7ydn8ki8wrpzxqg4")))) (properties `((upstream-name . "flowWorkspace"))) (build-system r-build-system) (propagated-inputs - (list r-aws-s3 - r-aws-signature - r-bh + (list r-bh r-biobase r-biocgenerics + r-cpp11 r-cytolib r-data-table r-delayedarray - r-digest r-dplyr r-flowcore r-ggplot2 r-graph - r-lattice - r-latticeextra r-matrixstats r-ncdfflow r-rbgl - r-rcpp - r-rcpparmadillo - r-rcppparallel r-rgraphviz r-rhdf5lib r-rprotobuflib |