mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: r-data-table: Update to 1.15.4.
* gnu/packages/statistics.scm (r-data-table): Update to 1.15.4. Change-Id: Ia36df7314f9b85b5bac32f2c6dc661460f8aa5ec
This commit is contained in:
parent
4a8ef8e917
commit
129ff4d247
1 changed files with 2 additions and 2 deletions
|
@ -2033,13 +2033,13 @@ (define-public r-chron
|
|||
(define-public r-data-table
|
||||
(package
|
||||
(name "r-data-table")
|
||||
(version "1.15.2")
|
||||
(version "1.15.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "data.table" version))
|
||||
(sha256
|
||||
(base32
|
||||
"04pfcm3pyl997rpyj5zdmbhi4ndaai81vfgv4whjp8rhqzjk7i6j"))))
|
||||
"0lyb82kl2bn70l9ag5xdr8q7rh4majbimygaynmfqnbdjkznb05b"))))
|
||||
(properties `((upstream-name . "data.table")))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue