gnu: r-data-table: Update to 1.10.4.

* gnu/packages/statistics.scm (r-data-table): Update to 1.10.4.
This commit is contained in:
Ricardo Wurmus 2017-04-06 12:40:13 +02:00
parent 9e8fac0c45
commit 10ffdb94e4
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1704,13 +1704,13 @@ (define-public r-chron
(define-public r-data-table
(package
(name "r-data-table")
(version "1.10.0")
(version "1.10.4")
(source (origin
(method url-fetch)
(uri (cran-uri "data.table" version))
(sha256
(base32
"1168arn4wjd1jj7kgr4sb8xd52hr8p8iqp85g5jwp3mkz4p76qfg"))))
"0ykbjr1x50ajxbri385vi3mnxj7zg1dcgh9y0snp341qmmmdypw6"))))
(build-system r-build-system)
(home-page "https://github.com/Rdatatable/data.table/wiki")
(synopsis "Enhanced version of data.frame R object")