gnu: r-dt: Update to 0.6.

* gnu/packages/statistics.scm (r-dt): Update to 0.6.
This commit is contained in:
Ricardo Wurmus 2019-05-11 12:05:00 +02:00
parent 9d38b15b2e
commit bc4e1114f3
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3161,13 +3161,13 @@ using the multicore functionality of the parallel package.")
(define-public r-dt
(package
(name "r-dt")
(version "0.5")
(version "0.6")
(source (origin
(method url-fetch)
(uri (cran-uri "DT" version))
(sha256
(base32
"1s5d3sld4l8zygpkvprvlbqa0pm2cv1bm7h7p999wxlap28vnnqf"))))
"05kr88yshq6siarp5q7aapvsr63vx3p0aqablwgifn8m2sfqxmif"))))
(properties
`((upstream-name . "DT")))
(build-system r-build-system)