mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: r-singlecellexperiment: Update to 1.2.0.
* gnu/packages/bioinformatics.scm (r-singlecellexperiment): Update to 1.2.0.
This commit is contained in:
parent
fd613234b7
commit
d99e0938fa
1 changed files with 2 additions and 2 deletions
|
@ -10817,14 +10817,14 @@ (define-public r-beachmat
|
|||
(define-public r-singlecellexperiment
|
||||
(package
|
||||
(name "r-singlecellexperiment")
|
||||
(version "1.0.0")
|
||||
(version "1.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "SingleCellExperiment" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1r276i97w64a5vdlg6952gkj7bls909p42zl8fn8yz87cdwyaars"))))
|
||||
"0mz3chia250v8v6q8r5cqv5fc4bpcw1hhrfr3p7l5i4xi85scpka"))))
|
||||
(properties
|
||||
`((upstream-name . "SingleCellExperiment")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue