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

* gnu/packages/cran.scm (r-rjsonio): Update to 1.3-1.5.
This commit is contained in:
Ricardo Wurmus 2021-08-22 17:53:33 +02:00
parent 5f95575b84
commit 36a506586b
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -29641,14 +29641,14 @@ (define-public r-delaporte
(define-public r-rjsonio
(package
(name "r-rjsonio")
(version "1.3-1.4")
(version "1.3-1.5")
(source
(origin
(method url-fetch)
(uri (cran-uri "RJSONIO" version))
(sha256
(base32
"141ijm9570mg1180isvi0jb9vd3b08s5gb9dl1wa5v0m3s9jq52l"))))
"1dp9kdf0ca27br1wsq9pj7d55n601achpbzdzxhykzz531xhmjrl"))))
(properties `((upstream-name . "RJSONIO")))
(build-system r-build-system)
(home-page "https://cran.r-project.org/package=RJSONIO")