gnu: r-jsonlite: Update to 1.0.
* gnu/packages/web.scm (r-jsonlite): Update to 1.0.
This commit is contained in:
parent
ccd9b1511e
commit
4df0cb8d05
|
@ -3172,13 +3172,13 @@ particularly easy to create complete web applications using httpuv alone.")
|
|||
(define-public r-jsonlite
|
||||
(package
|
||||
(name "r-jsonlite")
|
||||
(version "0.9.20")
|
||||
(version "1.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "jsonlite" version))
|
||||
(sha256
|
||||
(base32
|
||||
"08b2gifd81yzj0h4k7pqp2cc2r5lwsg3sxnssi6c96rgqvl4702n"))))
|
||||
"0bcnzzycvwwkm0lv0ka9xf55z5c1795b7c2vhmf53z73cxixsmnp"))))
|
||||
(build-system r-build-system)
|
||||
(home-page "http://arxiv.org/abs/1403.2805")
|
||||
(synopsis "Robust, high performance JSON parser and generator for R")
|
||||
|
|
Loading…
Reference in New Issue