mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: r-singlecellexperiment: Update to 1.26.0.
* gnu/packages/bioconductor.scm (r-singlecellexperiment): Update to 1.26.0. Change-Id: Ie7720939014e2e43a90a1c93547492dadc7ab333
This commit is contained in:
parent
3b9c258247
commit
e478762c88
1 changed files with 2 additions and 2 deletions
|
@ -22400,14 +22400,14 @@ (define-public r-chromvar
|
|||
(define-public r-singlecellexperiment
|
||||
(package
|
||||
(name "r-singlecellexperiment")
|
||||
(version "1.24.0")
|
||||
(version "1.26.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "SingleCellExperiment" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0q44n97mly1ldh52r0sb1jwhz8bn4n7sfw99qs5h4s44w9s0fry4"))))
|
||||
"09sbk0r9g55x8fbvv5rbrygdw3km4bbrj9x0abqwld2nxnxq1q3n"))))
|
||||
(properties
|
||||
`((upstream-name . "SingleCellExperiment")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue