3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-singlecellexperiment: Update to 1.16.0.

* gnu/packages/bioconductor.scm (r-singlecellexperiment): Update to 1.16.0.
This commit is contained in:
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

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)