1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-23 01:25:57 +02:00

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
+2 -2
View File
@@ -9896,13 +9896,13 @@ maps.")
(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)