gnu: r-tidytree: Update to 0.3.9.

* gnu/packages/cran.scm (r-tidytree): Update to 0.3.9.
[propagated-inputs]: Add r-pillar.
This commit is contained in:
Ricardo Wurmus 2022-03-15 14:28:36 +01:00
parent edbe5a7c31
commit b1d358e742
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -13479,19 +13479,20 @@ (define-public r-colorramps
(define-public r-tidytree
(package
(name "r-tidytree")
(version "0.3.8")
(version "0.3.9")
(source
(origin
(method url-fetch)
(uri (cran-uri "tidytree" version))
(sha256
(base32 "0kwnigl8lrhsycibwknddmwcmjrz6pnqm5fdy82g3xi7sz24mw04"))))
(base32 "1prfv2jy6z4zp4gyi9krzbysipsbnjrkxcccflm4nwsd9i7mshqj"))))
(build-system r-build-system)
(propagated-inputs
(list r-ape
r-dplyr
r-lazyeval
r-magrittr
r-pillar
r-rlang
r-tibble
r-tidyr