gnu: r-jsonlite: Update to 1.7.1.
* gnu/packages/cran.scm (r-jsonlite): Update to 1.7.1.
This commit is contained in:
parent
adde909369
commit
8c7a185779
1 changed files with 2 additions and 2 deletions
|
@ -918,13 +918,13 @@ particularly easy to create complete web applications using httpuv alone.")
|
||||||
(define-public r-jsonlite
|
(define-public r-jsonlite
|
||||||
(package
|
(package
|
||||||
(name "r-jsonlite")
|
(name "r-jsonlite")
|
||||||
(version "1.7.0")
|
(version "1.7.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "jsonlite" version))
|
(uri (cran-uri "jsonlite" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1izfrk5yahsz6s69wanfspn72qdffjglbr5305akj72ig9fnladq"))))
|
"1wygpnycmyf339x92hwapqk7nc1gs9cadx890b809a9spjhah41a"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("r-knitr" ,r-knitr)))
|
`(("r-knitr" ,r-knitr)))
|
||||||
|
|
Reference in a new issue