gnu: r-rjson: Update to 0.2.20.

* gnu/packages/web.scm (r-rjson): Update to 0.2.20.
This commit is contained in:
Ricardo Wurmus 2018-06-13 15:02:58 +02:00
parent 242ffd6c80
commit c812f46817
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4024,14 +4024,14 @@ objects in HTML format.")
(define-public r-rjson
(package
(name "r-rjson")
(version "0.2.19")
(version "0.2.20")
(source
(origin
(method url-fetch)
(uri (cran-uri "rjson" version))
(sha256
(base32
"1g29vp3gfbh73a5br68jydsrigia4vnr5avc84avgwl6353749jw"))))
"0v1zvdd3svnavklh7y5xbwrrkbvx6053r4c5hgnk7hz7bqg7qa1s"))))
(build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/rjson")
(synopsis "JSON library for R")