gnu: r-cli: Update to 3.6.1.
* gnu/packages/cran.scm (r-cli): Update to 3.6.1.
This commit is contained in:
parent
a0ae32bb9c
commit
8fff272506
1 changed files with 2 additions and 2 deletions
|
@ -8418,14 +8418,14 @@ multivariate function estimation using smoothing splines.")
|
||||||
(define-public r-cli
|
(define-public r-cli
|
||||||
(package
|
(package
|
||||||
(name "r-cli")
|
(name "r-cli")
|
||||||
(version "3.6.0")
|
(version "3.6.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "cli" version))
|
(uri (cran-uri "cli" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"15mqi8cacj7x588f1a7x805lwqbga2ha62k79qyxahrhh0qq21xn"))))
|
"0djyl08k7nhlbzgnfx7gq8w00s7c9f66bd11bvi9lzz6qz70cc5y"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(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")
|
||||||
|
|
Reference in a new issue