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

* gnu/packages/statistics.scm (r-data-table): Update to 1.12.0.
This commit is contained in:
Ricardo Wurmus 2019-01-28 16:16:01 +01:00
parent 5d9b140b29
commit d0fb25d94a
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1808,13 +1808,13 @@ (define-public r-chron
(define-public r-data-table (define-public r-data-table
(package (package
(name "r-data-table") (name "r-data-table")
(version "1.11.8") (version "1.12.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "data.table" version)) (uri (cran-uri "data.table" version))
(sha256 (sha256
(base32 (base32
"1nb6wngrk1a30m984524gf26fa1nwgyf4y4an94dibcwb5jp8hnw")))) "1xz388khklqqc39r1cmjvqm65azambgzqw0743aypm6v4chi26v1"))))
(build-system r-build-system) (build-system r-build-system)
(home-page "https://github.com/Rdatatable/data.table/wiki") (home-page "https://github.com/Rdatatable/data.table/wiki")
(synopsis "Enhanced version of data.frame R object") (synopsis "Enhanced version of data.frame R object")