gnu: r-crayon: Update to 1.5.3.
* gnu/packages/statistics.scm (r-crayon): Update to 1.5.3. Change-Id: I9ac56cbd7e8d575c9f4e98f38468ccc9cea568b9master
parent
0d4ab9deb7
commit
5714c65670
|
@ -1729,13 +1729,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.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")
|
||||
|
|
Reference in New Issue