mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
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
1 changed files with 2 additions and 2 deletions
|
@ -1424,13 +1424,13 @@ (define-public r-memoise
|
||||||
(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 a new issue