me
/
guix
Archived
1
0
Fork 0

gnu: r-dt: Update to 0.27.

* gnu/packages/statistics.scm (r-dt): Update to 0.27.
master
Ricardo Wurmus 2023-03-15 22:13:58 +01:00
parent f9702aa9fd
commit e72d0d9208
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

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