mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: r-cli: Update to 2.3.0.
* gnu/packages/cran.scm (r-cli): Update to 2.3.0. [propagated-inputs]: Remove r-crayon and r-fansi.
This commit is contained in:
parent
225d92e50d
commit
87ac76d4ba
1 changed files with 2 additions and 4 deletions
|
@ -4748,19 +4748,17 @@ (define-public r-ggjoy
|
||||||
(define-public r-cli
|
(define-public r-cli
|
||||||
(package
|
(package
|
||||||
(name "r-cli")
|
(name "r-cli")
|
||||||
(version "2.2.0")
|
(version "2.3.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
|
||||||
"1f20mk9pb9kqn0ni2z0sqsx8qj1apcbiw08pa4gwry142zv7m9rr"))))
|
"128bx3bds0dnkixc4frbky11rz1ilnvdfzz9mggajj690i11b62q"))))
|
||||||
(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-fansi" ,r-fansi)
|
|
||||||
("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")
|
||||||
|
|
Loading…
Reference in a new issue