me
/
guix
Archived
1
0
Fork 0

gnu: r-singlecellexperiment: Update to 1.18.0.

* gnu/packages/bioconductor.scm (r-singlecellexperiment): Update to 1.18.0.
master
Ricardo Wurmus 2022-05-28 12:45:22 +02:00
parent d9d9f78391
commit decd8480f6
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -14092,14 +14092,14 @@ sequence (@code{DNAse-seq}) experiments.")
(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)