gnu: r-dt: Update to 0.30.

* gnu/packages/statistics.scm (r-dt): Update to 0.30.
This commit is contained in:
Ricardo Wurmus 2023-10-06 12:59:36 +02:00
parent 326775b345
commit 8d27ef1ed3
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -3980,13 +3980,13 @@ using the multicore functionality of the parallel package.")
extensions)))))
(package
(name "r-dt")
(version "0.29")
(version "0.30")
(source (origin
(method url-fetch)
(uri (cran-uri "DT" version))
(sha256
(base32
"1b9qshrjv9xaak92rvg65vkak4pyci9js4j7nkfcg0p19ghnvlm8"))
"13k9zyapx6rqfsrl5afpgaqyni57qq88hxa1j3y3wjcv5bim66ig"))
(modules '((guix build utils)
(ice-9 match)))
(snippet