3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-jsonlite: Update to 1.5.

* gnu/packages/web.scm (r-jsonlite): Update to 1.5.
This commit is contained in:
Ricardo Wurmus 2017-08-03 17:09:11 +02:00
parent 2d81bc16a9
commit 9fe794f0f7
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3371,13 +3371,13 @@ particularly easy to create complete web applications using httpuv alone.")
(define-public r-jsonlite
(package
(name "r-jsonlite")
(version "1.4")
(version "1.5")
(source (origin
(method url-fetch)
(uri (cran-uri "jsonlite" version))
(sha256
(base32
"11rgkjp5qir79niad0aizjxvjzyvkl6l9nsrv3ikv446vllmrasn"))))
"00lfg464jhf7k01bal9pcjvbdf5cxk6xi2h46hccp1x3h883g434"))))
(build-system r-build-system)
(home-page "http://arxiv.org/abs/1403.2805")
(synopsis "Robust, high performance JSON parser and generator for R")