me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/statistics.scm (r-data-table): Update to 1.10.4.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -1704,13 +1704,13 @@ times.")
(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")