gnu: r-scater: Update to 1.8.4.

* gnu/packages/bioinformatics.scm (r-scater): Update to 1.8.4.
This commit is contained in:
Ricardo Wurmus 2018-09-05 14:37:02 +02:00
parent e69c07e61a
commit 8e44ff0c0d
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -10842,13 +10842,13 @@ (define-public r-singlecellexperiment
(define-public r-scater
(package
(name "r-scater")
(version "1.8.0")
(version "1.8.4")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "scater" version))
(sha256
(base32
"0bhpikgz3b9f510dawsay4zry9rlp8vjx5n6zvwbcpwrd94p3903"))))
"173lfpas2fqsp4xxsw01wkxd4496c5p8himw9b4r9z4npxkfyv16"))))
(build-system r-build-system)
(propagated-inputs
`(("r-beachmat" ,r-beachmat)