gnu: r-scran: Update to 1.14.6.

* gnu/packages/bioinformatics.scm (r-scran): Update to 1.14.6.
This commit is contained in:
Ricardo Wurmus 2020-02-19 23:00:58 +01:00
parent 9374f550e6
commit f55084b782
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -10674,14 +10674,14 @@ (define-public r-scater
(define-public r-scran (define-public r-scran
(package (package
(name "r-scran") (name "r-scran")
(version "1.14.5") (version "1.14.6")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "scran" version)) (uri (bioconductor-uri "scran" version))
(sha256 (sha256
(base32 (base32
"0ydy6gvpgpvrs4ryk1qvmmxp6cpaizs294jwg42jawxndkds1l3y")))) "1y8wlgk5zbv7c7gcp0ahfpbh9lifab7y3zwf0093fzaw7vr1y6cr"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-beachmat" ,r-beachmat) `(("r-beachmat" ,r-beachmat)