gnu: r-scater: Update to 1.14.5.

* gnu/packages/bioinformatics.scm (r-scater): Update to 1.14.5.
[propagated-inputs]: Remove r-dplyr.
This commit is contained in:
Ricardo Wurmus 2019-12-15 15:01:21 +01:00
parent 964634fa44
commit bf23416fe1
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -10607,13 +10607,13 @@ (define-public r-singlecellexperiment
(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 @@ (define-public r-scater
("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)