gnu: r-jsonlite: Update to 1.6.
* gnu/packages/cran.scm (r-jsonlite): Update to 1.6.
This commit is contained in:
parent
91e05559bd
commit
a2315c6702
|
@ -320,13 +320,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.5")
|
(version "1.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "jsonlite" version))
|
(uri (cran-uri "jsonlite" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"00lfg464jhf7k01bal9pcjvbdf5cxk6xi2h46hccp1x3h883g434"))))
|
"0lyvhnr6n57h3a89bvipii7x17nvfaycm9j5j50bfrlr48jv9ic8"))))
|
||||||
(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