gnu: r-crayon: Update to 1.5.3.

* gnu/packages/statistics.scm (r-crayon): Update to 1.5.3.

Change-Id: I9ac56cbd7e8d575c9f4e98f38468ccc9cea568b9
This commit is contained in:
Ricardo Wurmus 2024-07-02 14:58:54 +02:00
parent 0d4ab9deb7
commit 5714c65670
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1729,13 +1729,13 @@ (define-public r-memoise
(define-public r-crayon
(package
(name "r-crayon")
(version "1.5.2")
(version "1.5.3")
(source (origin
(method url-fetch)
(uri (cran-uri "crayon" version))
(sha256
(base32
"0yjsnhifr3nipaid0q11jjglvqmp51g9d2xdh9kfxh5knl2sbabh"))))
"0sfsx4k77fsx1dx9c186dg273psrr3awz4ivfvmbbvs1amla0x1y"))))
(build-system r-build-system)
(home-page "https://github.com/gaborcsardi/crayon")
(synopsis "Colored terminal output for R")