gnu: r-tidytree: Update to 0.2.5.

* gnu/packages/cran.scm (r-tidytree): Update to 0.2.5.
master
Ricardo Wurmus 2019-08-06 14:45:42 +02:00
parent ef93e90fae
commit 14148ef1ee
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -9395,14 +9395,14 @@ maps.")
(define-public r-tidytree
(package
(name "r-tidytree")
(version "0.2.4")
(version "0.2.5")
(source
(origin
(method url-fetch)
(uri (cran-uri "tidytree" version))
(sha256
(base32
"04bznlfs617plv258nmsyq2pywnijcnzy2pbn5b2fgjk2xqkp29w"))))
"0vfjv33352dmk9cr2qn0knzg761068rdk6jg32csd9vpmcma8awp"))))
(build-system r-build-system)
(propagated-inputs
`(("r-ape" ,r-ape)