mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: r-data-table: Update to 1.16.0.
* gnu/packages/statistics.scm (r-data-table): Update to 1.16.0. Change-Id: I0a769a626da292f9f3a9c00a0330892540af2d55
This commit is contained in:
parent
eb8d45054e
commit
61190f4db5
1 changed files with 2 additions and 2 deletions
|
@ -2038,13 +2038,13 @@ (define-public r-chron
|
|||
(define-public r-data-table
|
||||
(package
|
||||
(name "r-data-table")
|
||||
(version "1.15.4")
|
||||
(version "1.16.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "data.table" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0lyb82kl2bn70l9ag5xdr8q7rh4majbimygaynmfqnbdjkznb05b"))))
|
||||
"1kgrdv2iijn7qd39prwvcrglcp992xf2jl5a9zc81plr032sxy2q"))))
|
||||
(properties `((upstream-name . "data.table")))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue