me
/
guix
Archived
1
0
Fork 0

gnu: r-singlecellexperiment: Update to 1.20.0.

* gnu/packages/bioconductor.scm (r-singlecellexperiment): Update to 1.20.0.
master
zimoun 2022-11-17 03:50:31 +01:00 committed by Ricardo Wurmus
parent 64ccd0ff3c
commit d748ae3d00
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -16122,14 +16122,14 @@ sequence (@code{DNAse-seq}) experiments.")
(define-public r-singlecellexperiment
(package
(name "r-singlecellexperiment")
(version "1.18.0")
(version "1.20.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "SingleCellExperiment" version))
(sha256
(base32
"0s1aqbvlfnzijzfywjfpinqmxqj269dq2d3zlgf4xw9c1nwwnv7p"))))
"1y9c9wf3009w4qh03zpsmc0ff0nkzal673a4nql5c11cn55sza2g"))))
(properties
`((upstream-name . "SingleCellExperiment")))
(build-system r-build-system)