mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: r-singlecellexperiment: Update to 1.20.0.
* gnu/packages/bioconductor.scm (r-singlecellexperiment): Update to 1.20.0.
This commit is contained in:
parent
64ccd0ff3c
commit
d748ae3d00
1 changed files with 2 additions and 2 deletions
|
@ -16122,14 +16122,14 @@ (define-public r-chromvar
|
||||||
(define-public r-singlecellexperiment
|
(define-public r-singlecellexperiment
|
||||||
(package
|
(package
|
||||||
(name "r-singlecellexperiment")
|
(name "r-singlecellexperiment")
|
||||||
(version "1.18.0")
|
(version "1.20.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "SingleCellExperiment" version))
|
(uri (bioconductor-uri "SingleCellExperiment" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0s1aqbvlfnzijzfywjfpinqmxqj269dq2d3zlgf4xw9c1nwwnv7p"))))
|
"1y9c9wf3009w4qh03zpsmc0ff0nkzal673a4nql5c11cn55sza2g"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "SingleCellExperiment")))
|
`((upstream-name . "SingleCellExperiment")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Loading…
Reference in a new issue