gnu: r-cli: Update to 3.6.3.
* gnu/packages/cran.scm (r-cli): Update to 3.6.3. Change-Id: If39bf6d1c1bd12887abfa25a80c99807a770556fmaster
parent
1de29ac980
commit
aa3040f182
|
@ -10929,14 +10929,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.2")
|
(version "3.6.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "cli" version))
|
(uri (cran-uri "cli" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0lg131q9l8wpnggc3jlrjl1ri3dw0d1pi4nr1zlnlaqvf7ilj1sc"))))
|
"0ha8mijnzlz1cxsjk502j2gzspd8fnk3j79bvnqm871225ghi5a2"))))
|
||||||
(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 New Issue