From 2ffcd6607b793d85d0923b86110afdbc0d840da0 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 26 Oct 2016 15:47:29 +0200 Subject: gnu: r-curl: Update to 2.2. * gnu/packages/web.scm (r-curl): Update to 2.2. --- gnu/packages/web.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/web.scm') diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index cabf1e6b49..c343e0cc8b 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -3310,13 +3310,13 @@ applications.") (define-public r-curl (package (name "r-curl") - (version "1.2") + (version "2.2") (source (origin (method url-fetch) (uri (cran-uri "curl" version)) (sha256 (base32 - "04fwasg400v8dvkcn1fcha1jzdz8lbyxi0679q7flsyrp57b3jrf")))) + "0hyvyjzf5ja7kfhzmlfgp86hg1lxrriiwbnr6pxabwwslswj3cmj")))) (build-system r-build-system) (arguments `(#:phases -- cgit v1.2.3 From e1c2b7e2e1339a9324149239bb6e434d98431457 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 26 Oct 2016 15:47:53 +0200 Subject: gnu: r-jsonlite: Update to 1.1. * gnu/packages/web.scm (r-jsonlite): Update to 1.1. --- gnu/packages/web.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/web.scm') diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index c343e0cc8b..30d0677c1b 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -3204,13 +3204,13 @@ particularly easy to create complete web applications using httpuv alone.") (define-public r-jsonlite (package (name "r-jsonlite") - (version "1.0") + (version "1.1") (source (origin (method url-fetch) (uri (cran-uri "jsonlite" version)) (sha256 (base32 - "0bcnzzycvwwkm0lv0ka9xf55z5c1795b7c2vhmf53z73cxixsmnp")))) + "0mrfzh0mxxrhqdmxai434wvyd7skkw28vxr7pyls19yrg941g6r3")))) (build-system r-build-system) (home-page "http://arxiv.org/abs/1403.2805") (synopsis "Robust, high performance JSON parser and generator for R") -- cgit v1.2.3