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:
Ricardo Wurmus 2024-05-07 13:06:45 +02:00
parent 5a7511551c
commit a5a48afd52
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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")