me
/
guix
Archived
1
0
Fork 0

gnu: r-singlecellexperiment: Update to 1.16.0.

* gnu/packages/bioconductor.scm (r-singlecellexperiment): Update to 1.16.0.
master
Ricardo Wurmus 2021-11-04 22:04:43 +00:00
parent 9f7327588d
commit c7b54ba026
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -12856,14 +12856,14 @@ sequence (@code{DNAse-seq}) experiments.")
(define-public r-singlecellexperiment
(package
(name "r-singlecellexperiment")
(version "1.14.1")
(version "1.16.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "SingleCellExperiment" version))
(sha256
(base32
"1bwdhx0ss0s8f4xdgwd7x48apn849x4dyb5hbyglcz31r5vh1qgz"))))
"01075vbs8hy399pxalav9rbkz4djvl84ip559jkz51fypd0m4i39"))))
(properties
`((upstream-name . "SingleCellExperiment")))
(build-system r-build-system)