mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: r-cli: Update to 3.0.0.
* gnu/packages/cran.scm (r-cli): Update to 3.0.0.
This commit is contained in:
parent
faa618a65e
commit
e3f0e6b937
1 changed files with 2 additions and 2 deletions
|
@ -5516,14 +5516,14 @@ (define-public r-ggjoy
|
|||
(define-public r-cli
|
||||
(package
|
||||
(name "r-cli")
|
||||
(version "2.5.0")
|
||||
(version "3.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "cli" version))
|
||||
(sha256
|
||||
(base32
|
||||
"174dnlcl0i21rbs0z4as0v9iic60bs4z88152ibjljva0nzdyrsh"))))
|
||||
"0fadfp0003i937yqs7rc5ckbavm0h7mlvhg7ldn1x6vnk3fp7wd4"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-glue" ,r-glue)))
|
||||
|
|
Loading…
Reference in a new issue