3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-dt: Update to 0.15.

* gnu/packages/statistics.scm (r-dt): Update to 0.15.
This commit is contained in:
Ricardo Wurmus 2020-08-12 11:59:53 +02:00
parent 47b57ce5dc
commit 06576a5bd0
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3161,13 +3161,13 @@ using the multicore functionality of the parallel package.")
(define-public r-dt
(package
(name "r-dt")
(version "0.14")
(version "0.15")
(source (origin
(method url-fetch)
(uri (cran-uri "DT" version))
(sha256
(base32
"0xhinw7wasrai5wfswp3r48qfv7ppdfd9jc7py2rp63dn0bnvbab"))))
"1wc2aiqkn01i571h29847yaq7vb624bkf44axp4ygpn0r85hdq7k"))))
(properties
`((upstream-name . "DT")))
(build-system r-build-system)