me
/
guix
Archived
1
0
Fork 0

gnu: r-singlecellexperiment: Update to 1.4.0.

* gnu/packages/bioinformatics.scm (r-singlecellexperiment): Update to 1.4.0.
master
Ricardo Wurmus 2018-11-07 12:18:46 +01:00
parent 3c833608f3
commit f93ec63ccf
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -10932,14 +10932,14 @@ matrices.")
(define-public r-singlecellexperiment
(package
(name "r-singlecellexperiment")
(version "1.2.0")
(version "1.4.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "SingleCellExperiment" version))
(sha256
(base32
"0mz3chia250v8v6q8r5cqv5fc4bpcw1hhrfr3p7l5i4xi85scpka"))))
"19r4r7djrn46qlijkj1g926vcklxzcrxjlxv6cg43m9j9jgfs3dj"))))
(properties
`((upstream-name . "SingleCellExperiment")))
(build-system r-build-system)