me
/
guix
Archived
1
0
Fork 0

gnu: r-jsonlite: Update to 1.6.1.

* gnu/packages/cran.scm (r-jsonlite): Update to 1.6.1.
master
Ricardo Wurmus 2020-02-19 21:03:05 +01:00
parent ed5e514dff
commit 256761021c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -529,13 +529,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.6") (version "1.6.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "jsonlite" version)) (uri (cran-uri "jsonlite" version))
(sha256 (sha256
(base32 (base32
"0lyvhnr6n57h3a89bvipii7x17nvfaycm9j5j50bfrlr48jv9ic8")))) "0xrki07wc17bkmhz0h7jay784j1sls2i9bf1mfpj6yl59791v4kl"))))
(build-system r-build-system) (build-system r-build-system)
(home-page "https://arxiv.org/abs/1403.2805") (home-page "https://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")