mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 16:12:58 -05:00
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:
parent
0d4ab9deb7
commit
5714c65670
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue