gnu: r-cli: Update to 2.0.0.
* gnu/packages/cran.scm (r-cli): Update to 2.0.0. [propagated-inputs]: Add r-fansi and r-glue.
This commit is contained in:
parent
73827e8431
commit
59ed55df27
1 changed files with 5 additions and 3 deletions
|
@ -3745,18 +3745,20 @@ plots in @code{ggplot2}.")
|
||||||
(define-public r-cli
|
(define-public r-cli
|
||||||
(package
|
(package
|
||||||
(name "r-cli")
|
(name "r-cli")
|
||||||
(version "1.1.0")
|
(version "2.0.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "cli" version))
|
(uri (cran-uri "cli" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"02hdwvdq5nic6dhxj88jbgsc9m8yrz3yibigg6szkggxyk6hzh2g"))))
|
"1gv3zqdipj29ivkw5dsi1qdlra7q4lcrcqvlg9fns7d670yglfki"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-assertthat" ,r-assertthat)
|
`(("r-assertthat" ,r-assertthat)
|
||||||
("r-crayon" ,r-crayon)))
|
("r-crayon" ,r-crayon)
|
||||||
|
("r-fansi" ,r-fansi)
|
||||||
|
("r-glue" ,r-glue)))
|
||||||
(home-page "https://github.com/r-lib/cli#readme")
|
(home-page "https://github.com/r-lib/cli#readme")
|
||||||
(synopsis "Helpers for developing command line interfaces")
|
(synopsis "Helpers for developing command line interfaces")
|
||||||
(description "This package provides a suite of tools designed to build
|
(description "This package provides a suite of tools designed to build
|
||||||
|
|
Reference in a new issue