gnu: r-scater: Update to 1.14.6.

* gnu/packages/bioinformatics.scm (r-scater): Update to 1.14.6.
This commit is contained in:
Ricardo Wurmus 2019-12-20 21:02:29 +01:00
parent 8246bbc30f
commit 61e21c0899
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -10623,13 +10623,13 @@ (define-public r-singlecellexperiment
(define-public r-scater
(package
(name "r-scater")
(version "1.14.5")
(version "1.14.6")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "scater" version))
(sha256
(base32
"1c2p1dqz4lckk657v5g0labxrf0i21l0wa3rvszslmrszn60mkif"))))
"0sxd1s8wdlj9926bagq4crjrk1nnmh3j3bhgrw160zfgc3y8pzck"))))
(build-system r-build-system)
(propagated-inputs
`(("r-beachmat" ,r-beachmat)