mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: r-treeio: Update to 1.28.0.
* gnu/packages/bioconductor.scm (r-treeio): Update to 1.28.0. [propagated-inputs]: Add r-yulab-utils. Change-Id: Icbb80a1fb2a5f1b1a9c0f38fdd92a9af22fafa58
This commit is contained in:
parent
5a7511551c
commit
a5a48afd52
1 changed files with 4 additions and 3 deletions
|
@ -14192,14 +14192,14 @@ (define-public r-scaledmatrix
|
|||
(define-public r-treeio
|
||||
(package
|
||||
(name "r-treeio")
|
||||
(version "1.26.0")
|
||||
(version "1.28.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "treeio" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1kvzdryw74r74gwxddsrng81ww49p3s7hgxn8ggl0p8fvz3sfgir"))))
|
||||
"0xfjq13yirfz7dzzlf2m60lk8xb3qh6k5hr66ygvjnm716x3vyh1"))))
|
||||
(properties `((upstream-name . "treeio")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
@ -14209,7 +14209,8 @@ (define-public r-treeio
|
|||
r-magrittr
|
||||
r-rlang
|
||||
r-tibble
|
||||
r-tidytree))
|
||||
r-tidytree
|
||||
r-yulab-utils))
|
||||
(native-inputs (list r-knitr))
|
||||
(home-page "https://github.com/YuLab-SMU/treeio")
|
||||
(synopsis "Base classes and functions for Phylogenetic tree input and output")
|
||||
|
|
Loading…
Reference in a new issue