diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-12-15 15:01:21 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-12-15 15:38:57 +0100 |
commit | bf23416fe1a3fecbadb195d31af1f27a2e2c7d7b (patch) | |
tree | e6c4c848d70a689c51051f5347e2713e9bc27de5 | |
parent | 964634fa44b7476f1611e9ac201f937c50ba794a (diff) |
gnu: r-scater: Update to 1.14.5.
* gnu/packages/bioinformatics.scm (r-scater): Update to 1.14.5.
[propagated-inputs]: Remove r-dplyr.
-rw-r--r-- | gnu/packages/bioinformatics.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 8c1efae335..fe42c4ee9b 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -10607,13 +10607,13 @@ libraries.") (define-public r-scater (package (name "r-scater") - (version "1.12.2") + (version "1.14.5") (source (origin (method url-fetch) (uri (bioconductor-uri "scater" version)) (sha256 (base32 - "16a17161xlhh6qpna9qxph3anlc7ydgyrczmy4alfiw8si7pzmxa")))) + "1c2p1dqz4lckk657v5g0labxrf0i21l0wa3rvszslmrszn60mkif")))) (build-system r-build-system) (propagated-inputs `(("r-beachmat" ,r-beachmat) @@ -10623,7 +10623,6 @@ libraries.") ("r-biocsingular" ,r-biocsingular) ("r-delayedarray" ,r-delayedarray) ("r-delayedmatrixstats" ,r-delayedmatrixstats) - ("r-dplyr" ,r-dplyr) ("r-ggbeeswarm" ,r-ggbeeswarm) ("r-ggplot2" ,r-ggplot2) ("r-matrix" ,r-matrix) |