summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRoel Janssen <roel@gnu.org>2017-01-03 13:37:55 +0100
committerRoel Janssen <roel@gnu.org>2017-01-03 13:37:55 +0100
commit596fcfac889ab84d97df408bdcbd18a731d1b8cf (patch)
tree8fb9017cc37a8fda57ba134d09adc3401f1c633a /gnu
parentda13738ef06d96b3bb1f30eb3cba193eb38fb494 (diff)
downloadguix-patches-596fcfac889ab84d97df408bdcbd18a731d1b8cf.tar
guix-patches-596fcfac889ab84d97df408bdcbd18a731d1b8cf.tar.gz
gnu: r-jsonlite: Update to 1.2.
* gnu/packages/web.scm (r-jsonlite): Update to 1.2.
Diffstat (limited to 'gnu')
-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 50a2e04de4..5901e0ef6d 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -3306,13 +3306,13 @@ particularly easy to create complete web applications using httpuv alone.")
(define-public r-jsonlite
(package
(name "r-jsonlite")
- (version "1.1")
+ (version "1.2")
(source (origin
(method url-fetch)
(uri (cran-uri "jsonlite" version))
(sha256
(base32
- "0mrfzh0mxxrhqdmxai434wvyd7skkw28vxr7pyls19yrg941g6r3"))))
+ "0k966hzp3qnwck7fgd76w49zrz39s7pqyywws17bhbcd8rh4csyb"))))
(build-system r-build-system)
(home-page "http://arxiv.org/abs/1403.2805")
(synopsis "Robust, high performance JSON parser and generator for R")