gnu: r-dt: Update to 0.7.

* gnu/packages/statistics.scm (r-dt): Update to 0.7.
This commit is contained in:
Ricardo Wurmus 2019-06-17 04:54:40 +02:00
parent 074dd1806c
commit 0f4182a137
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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