mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: r-singlecellexperiment: Update to 1.18.0.
* gnu/packages/bioconductor.scm (r-singlecellexperiment): Update to 1.18.0.
This commit is contained in:
parent
d9d9f78391
commit
decd8480f6
1 changed files with 2 additions and 2 deletions
|
@ -14092,14 +14092,14 @@ (define-public r-chromvar
|
|||
(define-public r-singlecellexperiment
|
||||
(package
|
||||
(name "r-singlecellexperiment")
|
||||
(version "1.16.0")
|
||||
(version "1.18.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "SingleCellExperiment" version))
|
||||
(sha256
|
||||
(base32
|
||||
"01075vbs8hy399pxalav9rbkz4djvl84ip559jkz51fypd0m4i39"))))
|
||||
"0s1aqbvlfnzijzfywjfpinqmxqj269dq2d3zlgf4xw9c1nwwnv7p"))))
|
||||
(properties
|
||||
`((upstream-name . "SingleCellExperiment")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue