gnu: r-tidytree: Update to 0.3.3.

* gnu/packages/cran.scm (r-tidytree): Update to 0.3.3.
This commit is contained in:
Ricardo Wurmus 2020-04-03 07:14:40 +02:00
parent a3202c7f57
commit b61e6cf3d4
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -9896,13 +9896,13 @@ (define-public r-colorramps
(define-public r-tidytree
(package
(name "r-tidytree")
(version "0.3.2")
(version "0.3.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "tidytree" version))
(sha256
(base32 "0dx9jn19mfykn20camsmq1amlgg0w6z5hn5rdqygs1fk1l5aazad"))))
(base32 "05b53dap0f784kl6s1wgck6m7brwmy6ifqp7v5l06s1spfspagl6"))))
(build-system r-build-system)
(propagated-inputs
`(("r-ape" ,r-ape)