r-jsonlite: Update version to 1.5 (#5524)

* pr-quantities: add version & py-numpy conflict (#5307)

* r-jsonlite: Update version to 1.5
This commit is contained in:
lingnanyuan 2017-09-28 12:28:49 -05:00 committed by Christoph Junghans
parent 4d445f8436
commit e101665e5e

View file

@ -38,8 +38,10 @@ class RJsonlite(RPackage):
use with dynamic data in systems and applications.""" use with dynamic data in systems and applications."""
homepage = "https://github.com/jeroenooms/jsonlite" homepage = "https://github.com/jeroenooms/jsonlite"
url = "https://cran.r-project.org/src/contrib/jsonlite_1.2.tar.gz" url = "https://cran.rstudio.com/src/contrib/jsonlite_1.5.tar.gz"
list_url = homepage
version('1.5', '2a81c261a702fccbbd5d2b32df108f76')
version('1.2', '80cd2678ae77254be470f5931db71c51') version('1.2', '80cd2678ae77254be470f5931db71c51')
version('1.0', 'c8524e086de22ab39b8ac8000220cc87') version('1.0', 'c8524e086de22ab39b8ac8000220cc87')
version('0.9.21', '4fc382747f88a79ff0718a0d06bed45d') version('0.9.21', '4fc382747f88a79ff0718a0d06bed45d')