gnu: r-tidytree: Update to 0.2.8.
* gnu/packages/cran.scm (r-tidytree): Update to 0.2.8.
This commit is contained in:
parent
7c27558ad7
commit
194c68263a
1 changed files with 2 additions and 2 deletions
|
@ -9550,14 +9550,14 @@ maps.")
|
||||||
(define-public r-tidytree
|
(define-public r-tidytree
|
||||||
(package
|
(package
|
||||||
(name "r-tidytree")
|
(name "r-tidytree")
|
||||||
(version "0.2.7")
|
(version "0.2.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "tidytree" version))
|
(uri (cran-uri "tidytree" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"15ky7hj7w08jx94wm0yikckca0apwv3jy5svd77dpzgb2lr9ff9a"))))
|
"1hkddl8kj1g01dy7xiracx81f6b405b3ga2qp4wlrl552b9xxpby"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-ape" ,r-ape)
|
`(("r-ape" ,r-ape)
|
||||||
|
|
Reference in a new issue