diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-04-28 19:01:33 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-04-29 20:28:06 +0200 |
commit | b0a6411b8546ee3f2159253c0a6886ea37c85a47 (patch) | |
tree | c36b7234e20f7a67e459bd2502c4fa468dc36006 /gnu/packages | |
parent | 09ada1eb1e75f18de881fd9d0c9f47f348a64f39 (diff) | |
download | guix-b0a6411b8546ee3f2159253c0a6886ea37c85a47.tar guix-b0a6411b8546ee3f2159253c0a6886ea37c85a47.tar.gz |
gnu: r-singlecellexperiment: Update to 1.22.0.
* gnu/packages/bioconductor.scm (r-singlecellexperiment): Update to 1.22.0.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/bioconductor.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index ca7f8e9cf8..dfe2913637 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -18625,14 +18625,14 @@ sequence (@code{DNAse-seq}) experiments.") (define-public r-singlecellexperiment (package (name "r-singlecellexperiment") - (version "1.20.1") + (version "1.22.0") (source (origin (method url-fetch) (uri (bioconductor-uri "SingleCellExperiment" version)) (sha256 (base32 - "1xwa6ncmqp21a4zx1dbs9p9b9rqbxhdgq2279mj4yl0gnpyqr9d7")))) + "1v2px6gvr0wzj2cyml57hxj5ghynlvizkchbywd3kx05j1h2mckd")))) (properties `((upstream-name . "SingleCellExperiment"))) (build-system r-build-system) |