gnu: r-singlecellexperiment: Update to 1.2.0.

* gnu/packages/bioinformatics.scm (r-singlecellexperiment): Update to 1.2.0.
This commit is contained in:
Ricardo Wurmus 2018-06-02 12:16:59 +02:00
parent fd613234b7
commit d99e0938fa
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -10817,14 +10817,14 @@ (define-public r-beachmat
(define-public r-singlecellexperiment
(package
(name "r-singlecellexperiment")
(version "1.0.0")
(version "1.2.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "SingleCellExperiment" version))
(sha256
(base32
"1r276i97w64a5vdlg6952gkj7bls909p42zl8fn8yz87cdwyaars"))))
"0mz3chia250v8v6q8r5cqv5fc4bpcw1hhrfr3p7l5i4xi85scpka"))))
(properties
`((upstream-name . "SingleCellExperiment")))
(build-system r-build-system)