me
/
guix
Archived
1
0
Fork 0

gnu: r-jsonlite: Update to 1.8.0.

* gnu/packages/cran.scm (r-jsonlite): Update to 1.8.0.
Ricardo Wurmus 2022-03-12 23:04:20 +01:00
parent ba4a6487f6
commit 86ad25e9ab
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1740,13 +1740,13 @@ particularly easy to create complete web applications using httpuv alone.")
(define-public r-jsonlite
(package
(name "r-jsonlite")
(version "1.7.3")
(version "1.8.0")
(source (origin
(method url-fetch)
(uri (cran-uri "jsonlite" version))
(sha256
(base32
"0n65x9ifxjssb000g7psgh9pgl374ax2ni1if9kp3sx56rg0n2kj"))))
"0k6dal7gmm19jl5sjsry5gwbnhsbrnn00q3iixig8k6bxgpr463v"))))
(build-system r-build-system)
(native-inputs
(list r-knitr))