mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 16:17:27 +01:00
gnu: r-dt: Update to 0.23.
* gnu/packages/statistics.scm (r-dt): Update to 0.23.
This commit is contained in:
parent
b2197d6e07
commit
33c177ee36
1 changed files with 2 additions and 2 deletions
|
@ -3582,13 +3582,13 @@ (define-public r-dt
|
|||
"datatables-extensions/Select"))))
|
||||
(package
|
||||
(name "r-dt")
|
||||
(version "0.22")
|
||||
(version "0.23")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "DT" version))
|
||||
(sha256
|
||||
(base32
|
||||
"16ah0h60ygvj49cs6cxxhdxx68cs6v6m35w5r1j5h8nxz171q61z"))
|
||||
"0w6wgiwa3zgldp175a3q7zfw853xqc7mfj34n6hja48ln7yf42in"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(for-each delete-file
|
||||
|
|
Loading…
Reference in a new issue