gnu: r-dt: Update to 0.20.
* gnu/packages/statistics.scm (r-dt): Update to 0.20.
This commit is contained in:
parent
a385793674
commit
57ad700c2c
1 changed files with 2 additions and 2 deletions
|
@ -3498,13 +3498,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.19")
|
(version "0.20")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "DT" version))
|
(uri (cran-uri "DT" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"04rv1rprqlc56hycxpqkbmwmq4wjvmanq2lwxrflmf2s46pbv9ms"))
|
"17xs18i439p15agyk7z2xyyrwgrpn5pw09kd3jwxn7qhxi4pyvf6"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(for-each delete-file
|
'(for-each delete-file
|
||||||
|
|
Reference in a new issue