gnu: r-tidytree: Update to 0.3.1.

* gnu/packages/cran.scm (r-tidytree): Update to 0.3.1.
This commit is contained in:
Ricardo Wurmus 2019-12-15 15:51:25 +01:00
parent 5f99ffb013
commit 126f027b99
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -9763,13 +9763,13 @@ (define-public r-colorramps
(define-public r-tidytree
(package
(name "r-tidytree")
(version "0.3.0")
(version "0.3.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "tidytree" version))
(sha256
(base32 "1sbfwcxf9v1lhpa0392b49b6qfjrq7nlqz2djqzk5aknj9j64zvy"))))
(base32 "1bnzs62z2l8ck2h9gabmxvayizv4nfn8dmyzry83fv0cspjbyiv7"))))
(build-system r-build-system)
(propagated-inputs
`(("r-ape" ,r-ape)