mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: r-jsonlite: Update to 1.6.1.
* gnu/packages/cran.scm (r-jsonlite): Update to 1.6.1.
This commit is contained in:
parent
ed5e514dff
commit
256761021c
1 changed files with 2 additions and 2 deletions
|
@ -529,13 +529,13 @@ (define-public r-httpuv
|
|||
(define-public r-jsonlite
|
||||
(package
|
||||
(name "r-jsonlite")
|
||||
(version "1.6")
|
||||
(version "1.6.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "jsonlite" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0lyvhnr6n57h3a89bvipii7x17nvfaycm9j5j50bfrlr48jv9ic8"))))
|
||||
"0xrki07wc17bkmhz0h7jay784j1sls2i9bf1mfpj6yl59791v4kl"))))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://arxiv.org/abs/1403.2805")
|
||||
(synopsis "Robust, high performance JSON parser and generator for R")
|
||||
|
|
Loading…
Reference in a new issue