gnu: r-dt: Update to 0.22.
* gnu/packages/statistics.scm (r-dt): Update to 0.22.master
parent
76ee2cd049
commit
39825e3c43
|
@ -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.21")
|
(version "0.22")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "DT" version))
|
(uri (cran-uri "DT" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1yhlph9h8z78wqjddv598l2xrqpp605d70cxfb69m53hanw4hmzn"))
|
"16ah0h60ygvj49cs6cxxhdxx68cs6v6m35w5r1j5h8nxz171q61z"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(for-each delete-file
|
'(for-each delete-file
|
||||||
|
|
Reference in New Issue