gnu: r-cli: Update to 2.4.0.
* gnu/packages/cran.scm (r-cli): Update to 2.4.0. [propagated-inputs]: Remove r-assertthat.
This commit is contained in:
parent
c6976608be
commit
db62940b13
1 changed files with 3 additions and 4 deletions
|
@ -5051,18 +5051,17 @@ plots in @code{ggplot2}.")
|
||||||
(define-public r-cli
|
(define-public r-cli
|
||||||
(package
|
(package
|
||||||
(name "r-cli")
|
(name "r-cli")
|
||||||
(version "2.3.1")
|
(version "2.4.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
|
||||||
"1jh64ixn6mg2ap1sx4azrxkjnlsyjbfxyc9zjkx8m9dlakgf4v2i"))))
|
"0l1s9yv23bc7mm0hfdlamgz4wjfrisv8aylr65ihjs98jsynrkg3"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-assertthat" ,r-assertthat)
|
`(("r-glue" ,r-glue)))
|
||||||
("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