gnu: r-crayon: Update to 1.3.4.
* gnu/packages/statistics.scm (r-crayon): Update to 1.3.4.
This commit is contained in:
parent
ea008095c3
commit
b0c8cba485
|
@ -1424,13 +1424,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.3.2")
|
(version "1.3.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "crayon" version))
|
(uri (cran-uri "crayon" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0s2yam18slph7xsw4pyc9f92gdyf609r5w92yax69zh57kb7asws"))))
|
"0s7s6vc3ww8pzanpjisym4jjvwcc5pi2qg8srx7jqlz9j3wrnvpw"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-memoise" ,r-memoise)))
|
`(("r-memoise" ,r-memoise)))
|
||||||
|
|
Loading…
Reference in New Issue