me
/
guix
Archived
1
0
Fork 0

gnu: r-tidytree: Update to 0.3.1.

* gnu/packages/cran.scm (r-tidytree): Update to 0.3.1.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -9763,13 +9763,13 @@ maps.")
(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)