mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
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
1 changed files with 2 additions and 2 deletions
|
@ -3565,13 +3565,13 @@ (define-public r-dt
|
|||
"datatables-extensions/Select"))))
|
||||
(package
|
||||
(name "r-dt")
|
||||
(version "0.20")
|
||||
(version "0.21")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "DT" version))
|
||||
(sha256
|
||||
(base32
|
||||
"17xs18i439p15agyk7z2xyyrwgrpn5pw09kd3jwxn7qhxi4pyvf6"))
|
||||
"1yhlph9h8z78wqjddv598l2xrqpp605d70cxfb69m53hanw4hmzn"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(for-each delete-file
|
||||
|
|
Loading…
Reference in a new issue