gnu: r-crayon: Update to 1.5.2.

* gnu/packages/statistics.scm (r-crayon): Update to 1.5.2.
This commit is contained in:
Ricardo Wurmus 2022-11-04 09:59:03 +01:00
parent e6b338b519
commit f49667ca64
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

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