mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: r-singlecellexperiment: Update to 1.24.0.
* gnu/packages/bioconductor.scm (r-singlecellexperiment): Update to 1.24.0. Change-Id: I22ffd8659aab63f3abd3ace3e874c8f83df2eeff
This commit is contained in:
parent
f936bf66fc
commit
1e98a630ec
1 changed files with 2 additions and 2 deletions
|
@ -20907,14 +20907,14 @@ (define-public r-chromvar
|
|||
(define-public r-singlecellexperiment
|
||||
(package
|
||||
(name "r-singlecellexperiment")
|
||||
(version "1.22.0")
|
||||
(version "1.24.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "SingleCellExperiment" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1v2px6gvr0wzj2cyml57hxj5ghynlvizkchbywd3kx05j1h2mckd"))))
|
||||
"0q44n97mly1ldh52r0sb1jwhz8bn4n7sfw99qs5h4s44w9s0fry4"))))
|
||||
(properties
|
||||
`((upstream-name . "SingleCellExperiment")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue