diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-01-12 13:59:22 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-01-12 23:35:11 +0100 |
commit | a2315c670281457fe432f804c563919ce8e49af8 (patch) | |
tree | cc3f9ed70277cc6db194c9b8a377cf8ec3153da1 | |
parent | 91e05559bdf21b49686cc2629c44a6d0a6db0a61 (diff) | |
download | guix-a2315c670281457fe432f804c563919ce8e49af8.tar guix-a2315c670281457fe432f804c563919ce8e49af8.tar.gz |
gnu: r-jsonlite: Update to 1.6.
* gnu/packages/cran.scm (r-jsonlite): Update to 1.6.
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 24d1ee85ed..e638c81fe8 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -320,13 +320,13 @@ particularly easy to create complete web applications using httpuv alone.") (define-public r-jsonlite (package (name "r-jsonlite") - (version "1.5") + (version "1.6") (source (origin (method url-fetch) (uri (cran-uri "jsonlite" version)) (sha256 (base32 - "00lfg464jhf7k01bal9pcjvbdf5cxk6xi2h46hccp1x3h883g434")))) + "0lyvhnr6n57h3a89bvipii7x17nvfaycm9j5j50bfrlr48jv9ic8")))) (build-system r-build-system) (home-page "http://arxiv.org/abs/1403.2805") (synopsis "Robust, high performance JSON parser and generator for R") |