mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: r-milor: Update to 2.0.0.
* gnu/packages/bioconductor.scm (r-milor): Update to 2.0.0. [propagated-inputs]: Add r-matrixgenerics, r-numderiv, r-rcpp, and r-rcpparmadillo. Change-Id: I5d228959211ba4cdfbd6e8786f5fa801fdb38795
This commit is contained in:
parent
37ec72581f
commit
339681b5c7
1 changed files with 6 additions and 2 deletions
|
@ -15478,13 +15478,13 @@ (define-public r-microbiomestat
|
|||
(define-public r-milor
|
||||
(package
|
||||
(name "r-milor")
|
||||
(version "1.10.0")
|
||||
(version "2.0.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "miloR" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1hnvw9x0xwjb0br4yvzkzn73nvm8p3j3wmcw8jrid105j0fz6vcj"))))
|
||||
"1cb5iw90h6raflgmypd2wc8y4mbsv9g8alshh30k1kjm8vlsw92y"))))
|
||||
(properties `((upstream-name . "miloR")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
@ -15504,9 +15504,13 @@ (define-public r-milor
|
|||
r-irlba
|
||||
r-limma
|
||||
r-matrix
|
||||
r-matrixgenerics
|
||||
r-matrixstats
|
||||
r-numderiv
|
||||
r-patchwork
|
||||
r-rcolorbrewer
|
||||
r-rcpp
|
||||
r-rcpparmadillo
|
||||
r-s4vectors
|
||||
r-singlecellexperiment
|
||||
r-stringr
|
||||
|
|
Loading…
Reference in a new issue