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