gnu: r-tidytree: Update to 0.2.4.

* gnu/packages/cran.scm (r-tidytree): Update to 0.2.4.
This commit is contained in:
Ricardo Wurmus 2019-03-07 23:40:52 +01:00
parent 4bc5d45144
commit 0b14b100a2
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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