mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -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
|
(define-public r-treeio
|
||||||
(package
|
(package
|
||||||
(name "r-treeio")
|
(name "r-treeio")
|
||||||
(version "1.26.0")
|
(version "1.28.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "treeio" version))
|
(uri (bioconductor-uri "treeio" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1kvzdryw74r74gwxddsrng81ww49p3s7hgxn8ggl0p8fvz3sfgir"))))
|
"0xfjq13yirfz7dzzlf2m60lk8xb3qh6k5hr66ygvjnm716x3vyh1"))))
|
||||||
(properties `((upstream-name . "treeio")))
|
(properties `((upstream-name . "treeio")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
@ -14209,7 +14209,8 @@ (define-public r-treeio
|
||||||
r-magrittr
|
r-magrittr
|
||||||
r-rlang
|
r-rlang
|
||||||
r-tibble
|
r-tibble
|
||||||
r-tidytree))
|
r-tidytree
|
||||||
|
r-yulab-utils))
|
||||||
(native-inputs (list r-knitr))
|
(native-inputs (list r-knitr))
|
||||||
(home-page "https://github.com/YuLab-SMU/treeio")
|
(home-page "https://github.com/YuLab-SMU/treeio")
|
||||||
(synopsis "Base classes and functions for Phylogenetic tree input and output")
|
(synopsis "Base classes and functions for Phylogenetic tree input and output")
|
||||||
|
|
Loading…
Reference in a new issue