gnu: r-jsonlite: Update to 1.5.
* gnu/packages/web.scm (r-jsonlite): Update to 1.5.
This commit is contained in:
parent
2d81bc16a9
commit
9fe794f0f7
|
@ -3371,13 +3371,13 @@ particularly easy to create complete web applications using httpuv alone.")
|
||||||
(define-public r-jsonlite
|
(define-public r-jsonlite
|
||||||
(package
|
(package
|
||||||
(name "r-jsonlite")
|
(name "r-jsonlite")
|
||||||
(version "1.4")
|
(version "1.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "jsonlite" version))
|
(uri (cran-uri "jsonlite" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"11rgkjp5qir79niad0aizjxvjzyvkl6l9nsrv3ikv446vllmrasn"))))
|
"00lfg464jhf7k01bal9pcjvbdf5cxk6xi2h46hccp1x3h883g434"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "http://arxiv.org/abs/1403.2805")
|
(home-page "http://arxiv.org/abs/1403.2805")
|
||||||
(synopsis "Robust, high performance JSON parser and generator for R")
|
(synopsis "Robust, high performance JSON parser and generator for R")
|
||||||
|
|
Loading…
Reference in New Issue