mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05:00
gnu: r-tidytree: Update to 0.4.2.
* gnu/packages/cran.scm (r-tidytree): Update to 0.4.2. [propagated-inputs]: Add r-cli.
This commit is contained in:
parent
3b626e8596
commit
41cd18b3b8
1 changed files with 3 additions and 2 deletions
|
@ -15559,16 +15559,17 @@ (define-public r-colorramps
|
||||||
(define-public r-tidytree
|
(define-public r-tidytree
|
||||||
(package
|
(package
|
||||||
(name "r-tidytree")
|
(name "r-tidytree")
|
||||||
(version "0.4.1")
|
(version "0.4.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "tidytree" version))
|
(uri (cran-uri "tidytree" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1sq982x0pqvrn4d77m6v5xbbr9c8dkrwvw3as1pc5cg12x6kdi7v"))))
|
(base32 "0phmvbpsxx85fvw4000d160qh8njrgmzpr3ja0gy59dgv1k1m0yb"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-ape
|
(list r-ape
|
||||||
|
r-cli
|
||||||
r-dplyr
|
r-dplyr
|
||||||
r-lazyeval
|
r-lazyeval
|
||||||
r-magrittr
|
r-magrittr
|
||||||
|
|
Loading…
Reference in a new issue