mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: r-dt: Update to 0.22.
* gnu/packages/statistics.scm (r-dt): Update to 0.22.
This commit is contained in:
parent
76ee2cd049
commit
39825e3c43
1 changed files with 2 additions and 2 deletions
|
@ -3565,13 +3565,13 @@ using the multicore functionality of the parallel package.")
|
|||
"datatables-extensions/Select"))))
|
||||
(package
|
||||
(name "r-dt")
|
||||
(version "0.21")
|
||||
(version "0.22")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "DT" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1yhlph9h8z78wqjddv598l2xrqpp605d70cxfb69m53hanw4hmzn"))
|
||||
"16ah0h60ygvj49cs6cxxhdxx68cs6v6m35w5r1j5h8nxz171q61z"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(for-each delete-file
|
||||
|
|
Loading…
Add table
Reference in a new issue