gnu: r-dt: Update to 0.21.
* gnu/packages/statistics.scm (r-dt): Update to 0.21.
This commit is contained in:
parent
b6a1cc89d4
commit
b3dbb32bb3
@ -3565,13 +3565,13 @@ using the multicore functionality of the parallel package.")
|
|||||||
"datatables-extensions/Select"))))
|
"datatables-extensions/Select"))))
|
||||||
(package
|
(package
|
||||||
(name "r-dt")
|
(name "r-dt")
|
||||||
(version "0.20")
|
(version "0.21")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "DT" version))
|
(uri (cran-uri "DT" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"17xs18i439p15agyk7z2xyyrwgrpn5pw09kd3jwxn7qhxi4pyvf6"))
|
"1yhlph9h8z78wqjddv598l2xrqpp605d70cxfb69m53hanw4hmzn"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(for-each delete-file
|
'(for-each delete-file
|
||||||
|
Loading…
x
Reference in New Issue
Block a user