mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-07 20:04:06 -05:00
gnu: r-phangorn: Update to 2.9.0.
* gnu/packages/cran.scm (r-phangorn): Update to 2.9.0. [propagated-inputs]: Add r-generics.
This commit is contained in:
parent
b427be3510
commit
6e5a09f701
1 changed files with 3 additions and 2 deletions
|
@ -29596,18 +29596,19 @@ (define-public r-seuratdata
|
||||||
(define-public r-phangorn
|
(define-public r-phangorn
|
||||||
(package
|
(package
|
||||||
(name "r-phangorn")
|
(name "r-phangorn")
|
||||||
(version "2.8.1")
|
(version "2.9.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "phangorn" version))
|
(uri (cran-uri "phangorn" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0xfwi7adl1pcfcwk72fj7lkwfm0wiip96ij7m4252xr9mq818ivd"))))
|
"08ys4vgmsp070v3119wzl1nrgx359427gb6lcxj67p5y0bhdnqij"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-ape
|
(list r-ape
|
||||||
r-fastmatch
|
r-fastmatch
|
||||||
|
r-generics
|
||||||
r-igraph
|
r-igraph
|
||||||
r-matrix
|
r-matrix
|
||||||
r-quadprog
|
r-quadprog
|
||||||
|
|
Loading…
Reference in a new issue