me
/
guix
Archived
1
0
Fork 0

gnu: r-cli: Update to 3.6.3.

* gnu/packages/cran.scm (r-cli): Update to 3.6.3.

Change-Id: If39bf6d1c1bd12887abfa25a80c99807a770556f
master
Ricardo Wurmus 2024-07-02 14:58:36 +02:00
parent 1de29ac980
commit aa3040f182
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -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")