mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 16:12:58 -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
|
||||
(package
|
||||
(name "r-scry")
|
||||
(version "1.10.0")
|
||||
(version "1.12.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "scry" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0vx6fi8hnxms6d3hm3qxkrdx1qpyd7vhwdk7ds98ads070miqr21"))))
|
||||
"0406slld468m9lxswv1akcdmap6izvzz6zljyrs5av546nfxpmrz"))))
|
||||
(properties `((upstream-name . "scry")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-biocsingular
|
||||
r-delayedarray
|
||||
r-glmpca
|
||||
r-hdf5array
|
||||
r-matrix
|
||||
r-singlecellexperiment
|
||||
r-summarizedexperiment))
|
||||
|
|
Loading…
Reference in a new issue