me
/
guix
Archived
1
0
Fork 0

gnu: r-rjson: Update to 0.2.21.

* gnu/packages/cran.scm (r-rjson): Update to 0.2.21.
master
Ricardo Wurmus 2022-01-23 13:33:30 +01:00
parent 7dfc1ff31c
commit d397a1c0f5
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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