gnu: r-singlecellexperiment: Update to 1.8.0.

* gnu/packages/bioinformatics.scm (r-singlecellexperiment): Update to 1.8.0.
This commit is contained in:
Ricardo Wurmus 2019-12-15 15:01:40 +01:00
parent bf23416fe1
commit 376f2f35b6
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -10580,14 +10580,14 @@ (define-public r-beachmat
(define-public r-singlecellexperiment
(package
(name "r-singlecellexperiment")
(version "1.6.0")
(version "1.8.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "SingleCellExperiment" version))
(sha256
(base32
"0m3yjnv1njb4gyzcjfk7a0lz2vgggp2wjz382gqrb0qhhwcgfkj5"))))
"11pqb3cigi9xbhxq2k3n7z23v1ibd03ws1lcrh5c5ffgb33nlyw5"))))
(properties
`((upstream-name . "SingleCellExperiment")))
(build-system r-build-system)