summaryrefslogtreecommitdiff
path: root/gnu/packages/web.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2016-09-12 15:03:45 +0200
committerRicardo Wurmus <rekado@elephly.net>2016-09-12 17:44:40 +0200
commit4df0cb8d05d871227afc4d08ec336b9e01500b83 (patch)
treede4e3f1eeafd186752468eadd1b53cdf7d3c3b67 /gnu/packages/web.scm
parentccd9b1511e263cadb7411fdcfc09e6d385f0a0f5 (diff)
downloadguix-patches-4df0cb8d05d871227afc4d08ec336b9e01500b83.tar
guix-patches-4df0cb8d05d871227afc4d08ec336b9e01500b83.tar.gz
gnu: r-jsonlite: Update to 1.0.
* gnu/packages/web.scm (r-jsonlite): Update to 1.0.
Diffstat (limited to 'gnu/packages/web.scm')
-rw-r--r--gnu/packages/web.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 20c7d12205..c1444a7e84 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -3172,13 +3172,13 @@ particularly easy to create complete web applications using httpuv alone.")
(define-public r-jsonlite
(package
(name "r-jsonlite")
- (version "0.9.20")
+ (version "1.0")
(source (origin
(method url-fetch)
(uri (cran-uri "jsonlite" version))
(sha256
(base32
- "08b2gifd81yzj0h4k7pqp2cc2r5lwsg3sxnssi6c96rgqvl4702n"))))
+ "0bcnzzycvwwkm0lv0ka9xf55z5c1795b7c2vhmf53z73cxixsmnp"))))
(build-system r-build-system)
(home-page "http://arxiv.org/abs/1403.2805")
(synopsis "Robust, high performance JSON parser and generator for R")