me
/
guix
Archived
1
0
Fork 0

gnu: r-cli: Update to 2.2.0.

* gnu/packages/cran.scm (r-cli): Update to 2.2.0.
master
Ricardo Wurmus 2020-12-09 21:57:06 +01:00
parent 841c3edf3c
commit 86572c35c4
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4585,14 +4585,14 @@ plots in @code{ggplot2}.")
(define-public r-cli
(package
(name "r-cli")
(version "2.1.0")
(version "2.2.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "cli" version))
(sha256
(base32
"03zaq9yhz6gw49qdnhc66b3sw9i916ahkzyg2cgh17dhf31d2acq"))))
"1f20mk9pb9kqn0ni2z0sqsx8qj1apcbiw08pa4gwry142zv7m9rr"))))
(build-system r-build-system)
(propagated-inputs
`(("r-assertthat" ,r-assertthat)