gnu: r-dt: Update to 0.7.
* gnu/packages/statistics.scm (r-dt): Update to 0.7.
This commit is contained in:
parent
074dd1806c
commit
0f4182a137
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue