mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 15:10:16 -05:00
gnu: r-jsonlite: Update to 1.8.8.
* gnu/packages/cran.scm (r-jsonlite): Update to 1.8.8. Change-Id: I1604ece653980c17eef6cca6c1895bc2b4f3e2ec
This commit is contained in:
parent
882d1e7d8c
commit
a02c770be4
1 changed files with 2 additions and 2 deletions
|
@ -4163,13 +4163,13 @@ (define-public r-jsonify
|
||||||
(define-public r-jsonlite
|
(define-public r-jsonlite
|
||||||
(package
|
(package
|
||||||
(name "r-jsonlite")
|
(name "r-jsonlite")
|
||||||
(version "1.8.7")
|
(version "1.8.8")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "jsonlite" version))
|
(uri (cran-uri "jsonlite" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"07301wdpf014m8pfr7x3zwaj07pmin0rfax0irljimvj9dwbfhkx"))))
|
"196an37f118qw43vyfaygh01dirh3hyz84ix8bbs6fsck0b17qkx"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list r-knitr r-r-rsp))
|
(list r-knitr r-r-rsp))
|
||||||
|
|
Loading…
Reference in a new issue