mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-data-table: Update to 1.14.8.
* gnu/packages/statistics.scm (r-data-table): Update to 1.14.8.
This commit is contained in:
parent
73fc67e13e
commit
57f8e9fc3d
1 changed files with 2 additions and 2 deletions
|
@ -1975,13 +1975,13 @@ (define-public r-chron
|
|||
(define-public r-data-table
|
||||
(package
|
||||
(name "r-data-table")
|
||||
(version "1.14.6")
|
||||
(version "1.14.8")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "data.table" version))
|
||||
(sha256
|
||||
(base32
|
||||
"05h99rk2s1ds9igrqw2nhnk6yahgssszqlnw0y0p9p83lsndp30x"))))
|
||||
"1z9rf5anjvg3bmbbajb12nf65jsxdw35ad9piysrp76zcx9wxchl"))))
|
||||
(properties `((upstream-name . "data.table")))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue