1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: r-dt: Update to 0.27.

* gnu/packages/statistics.scm (r-dt): Update to 0.27.
This commit is contained in:
Ricardo Wurmus
2023-03-15 22:13:58 +01:00
parent f9702aa9fd
commit e72d0d9208

View File

@@ -3629,13 +3629,13 @@ using the multicore functionality of the parallel package.")
extensions)))))
(package
(name "r-dt")
(version "0.26")
(version "0.27")
(source (origin
(method url-fetch)
(uri (cran-uri "DT" version))
(sha256
(base32
"0303yxvzi8ln677716pv7m6fih5dclfqw9aram0lzm16w4mr64n4"))
"16i82f380ibl0caqvkg010zbxzav0iwwxac8zwy96c745g6xqbz3"))
(modules '((guix build utils)
(ice-9 match)))
(snippet