gnu: r-rjsonio: Update to 1.3-1.8.

* gnu/packages/cran.scm (r-rjsonio): Update to 1.3-1.8.
This commit is contained in:
Ricardo Wurmus 2023-02-18 16:08:59 +01:00
parent 70feac1f8b
commit e6b9b1b812
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -34411,14 +34411,14 @@ variability than the Poisson, but less than the negative binomial.")
(define-public r-rjsonio
(package
(name "r-rjsonio")
(version "1.3-1.6")
(version "1.3-1.8")
(source
(origin
(method url-fetch)
(uri (cran-uri "RJSONIO" version))
(sha256
(base32
"17x0ayk7daprbc8w2hvb2jl9mfnw4dic9yc3sr5adcjqfzmcklc2"))))
"1xak6n15ck7rj9swxk99vpjly1naxgz9gj6zjmib2lkq7inmgw7n"))))
(properties `((upstream-name . "RJSONIO")))
(build-system r-build-system)
(home-page "https://cran.r-project.org/package=RJSONIO")