Archived
1
0
Fork 0

gnu: r-crayon: Update to 1.5.0.

* gnu/packages/statistics.scm (r-crayon): Update to 1.5.0.
This commit is contained in:
Ricardo Wurmus 2022-03-12 23:04:38 +01:00
parent cdf77791f1
commit e7058ed633
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1640,13 +1640,13 @@ you call it again with the same arguments it returns the pre-computed value.")
(define-public r-crayon (define-public r-crayon
(package (package
(name "r-crayon") (name "r-crayon")
(version "1.4.2") (version "1.5.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "crayon" version)) (uri (cran-uri "crayon" version))
(sha256 (sha256
(base32 (base32
"0mxq87qsvz5znfncrb6yjchzv6iwpn9lr386i02y6xiycizkjd7f")))) "0m3rckps0c8v14h9vqnr81acv0az1jqwlsradcbkb2ndvnpjq4j4"))))
(build-system r-build-system) (build-system r-build-system)
(home-page "https://github.com/gaborcsardi/crayon") (home-page "https://github.com/gaborcsardi/crayon")
(synopsis "Colored terminal output for R") (synopsis "Colored terminal output for R")