gnu: r-jsonlite: Update to 1.7.3.
* gnu/packages/cran.scm (r-jsonlite): Update to 1.7.3.master
parent
424789c588
commit
d44f6fcd59
|
@ -1624,13 +1624,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.2")
|
(version "1.7.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "jsonlite" version))
|
(uri (cran-uri "jsonlite" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1lhzcpz9clwq04i5m6jzkvw9x03pwlqrixv4l9xzchjr8d84nd86"))))
|
"0n65x9ifxjssb000g7psgh9pgl374ax2ni1if9kp3sx56rg0n2kj"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list r-knitr))
|
(list r-knitr))
|
||||||
|
|
Reference in New Issue