mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-17 16:38:12 -05:00
gnu: r-scry: Update to 1.12.0.
* gnu/packages/bioconductor.scm (r-scry): Update to 1.12.0. [propagated-inputs]: Remove r-hdf5array.
This commit is contained in:
parent
3cd53df25a
commit
8e9d0d590f
1 changed files with 2 additions and 3 deletions
|
@ -8835,20 +8835,19 @@ (define-public r-scmap
|
||||||
(define-public r-scry
|
(define-public r-scry
|
||||||
(package
|
(package
|
||||||
(name "r-scry")
|
(name "r-scry")
|
||||||
(version "1.10.0")
|
(version "1.12.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "scry" version))
|
(uri (bioconductor-uri "scry" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0vx6fi8hnxms6d3hm3qxkrdx1qpyd7vhwdk7ds98ads070miqr21"))))
|
"0406slld468m9lxswv1akcdmap6izvzz6zljyrs5av546nfxpmrz"))))
|
||||||
(properties `((upstream-name . "scry")))
|
(properties `((upstream-name . "scry")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-biocsingular
|
(list r-biocsingular
|
||||||
r-delayedarray
|
r-delayedarray
|
||||||
r-glmpca
|
r-glmpca
|
||||||
r-hdf5array
|
|
||||||
r-matrix
|
r-matrix
|
||||||
r-singlecellexperiment
|
r-singlecellexperiment
|
||||||
r-summarizedexperiment))
|
r-summarizedexperiment))
|
||||||
|
|
Loading…
Reference in a new issue