mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 18:38:57 -05:00
gnu: r-cli: Update to 3.6.3.
* gnu/packages/cran.scm (r-cli): Update to 3.6.3. Change-Id: If39bf6d1c1bd12887abfa25a80c99807a770556f
This commit is contained in:
parent
1de29ac980
commit
aa3040f182
1 changed files with 2 additions and 2 deletions
|
@ -10929,14 +10929,14 @@ (define-public r-gss
|
|||
(define-public r-cli
|
||||
(package
|
||||
(name "r-cli")
|
||||
(version "3.6.2")
|
||||
(version "3.6.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "cli" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0lg131q9l8wpnggc3jlrjl1ri3dw0d1pi4nr1zlnlaqvf7ilj1sc"))))
|
||||
"0ha8mijnzlz1cxsjk502j2gzspd8fnk3j79bvnqm871225ghi5a2"))))
|
||||
(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