mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: r-cli: Update to 3.5.0.
* gnu/packages/cran.scm (r-cli): Update to 3.5.0.
This commit is contained in:
parent
95ed402cab
commit
7d79ba90ba
1 changed files with 2 additions and 2 deletions
|
@ -7474,14 +7474,14 @@ (define-public r-gss
|
|||
(define-public r-cli
|
||||
(package
|
||||
(name "r-cli")
|
||||
(version "3.4.1")
|
||||
(version "3.5.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "cli" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0kklv5zy9rhly8fr7fdl3dlm3hr81yvbqd5cdz38b1lbzpxmwn0w"))))
|
||||
"1p3gzq30f7hpr3v2s555z18r0y57zq2h03kijv7rl48lqzbnrjwc"))))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://github.com/r-lib/cli#readme")
|
||||
(synopsis "Helpers for developing command line interfaces")
|
||||
|
|
Loading…
Reference in a new issue