[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
47/50: gnu: r-flowworkspace: Update to 4.10.1.
From: |
guix-commits |
Subject: |
47/50: gnu: r-flowworkspace: Update to 4.10.1. |
Date: |
Mon, 9 Jan 2023 17:11:51 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 850638df5abb5db923d02b0c6ab1fc5b8a1aad97
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jan 9 23:08:36 2023 +0100
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.
---
gnu/packages/bioconductor.scm | 15 ++++-----------
1 file 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
- 15/50: gnu: r-officer: Update to 0.5.1., (continued)
- 15/50: gnu: r-officer: Update to 0.5.1., guix-commits, 2023/01/09
- 30/50: gnu: r-tidytext: Update to 0.4.1., guix-commits, 2023/01/09
- 46/50: gnu: r-batchelor: Update to 1.14.1., guix-commits, 2023/01/09
- 48/50: gnu: r-variancepartition: Update to 1.28.1., guix-commits, 2023/01/09
- 03/50: gnu: r-htmlwidgets: Update to 1.6.1., guix-commits, 2023/01/09
- 02/50: gnu: r-collections: Update to 0.3.7., guix-commits, 2023/01/09
- 10/50: gnu: r-expm: Update to 0.999-7., guix-commits, 2023/01/09
- 35/50: gnu: r-sendmailr: Update to 1.3-2., guix-commits, 2023/01/09
- 37/50: gnu: r-fpc: Update to 2.2-10., guix-commits, 2023/01/09
- 42/50: gnu: r-biocparallel: Update to 1.32.5., guix-commits, 2023/01/09
- 47/50: gnu: r-flowworkspace: Update to 4.10.1.,
guix-commits <=