gnu: r-jsonlite: Update to 0.9.19.
* gnu/packages/web.scm (r-jsonlite): Update to 0.9.19.
This commit is contained in:
parent
c587725a69
commit
73d5d4aa63
|
@ -2960,13 +2960,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 "0.9.17")
|
(version "0.9.19")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "jsonlite" version))
|
(uri (cran-uri "jsonlite" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"07s11m8z43dh5pyci5rpjqj5js69q8prjar42qhhxbvdmcrjk4z7"))))
|
"1hbdraj3xv2l2gs9f205j8z054ycy0bfdvwdhvpa9qlji588sz7g"))))
|
||||||
(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