mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
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:
parent
5d9b140b29
commit
d0fb25d94a
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||||
|
|
Loading…
Reference in a new issue