me
/
guix
Archived
1
0
Fork 0

gnu: r-crayon: Update to 1.3.4.

* gnu/packages/statistics.scm (r-crayon): Update to 1.3.4.
master
Ricardo Wurmus 2017-09-18 14:20:23 +02:00
parent ea008095c3
commit b0c8cba485
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1424,13 +1424,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.2")
(version "1.3.4")
(source (origin
(method url-fetch)
(uri (cran-uri "crayon" version))
(sha256
(base32
"0s2yam18slph7xsw4pyc9f92gdyf609r5w92yax69zh57kb7asws"))))
"0s7s6vc3ww8pzanpjisym4jjvwcc5pi2qg8srx7jqlz9j3wrnvpw"))))
(build-system r-build-system)
(propagated-inputs
`(("r-memoise" ,r-memoise)))