me
/
guix
Archived
1
0
Fork 0

gnu: r-dt: Update to 0.14.

* gnu/packages/statistics.scm (r-dt): Update to 0.14.
master
Ricardo Wurmus 2020-06-24 17:21:37 +02:00
parent c496c754af
commit 2bceb47cc8
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3154,13 +3154,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.13") (version "0.14")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "DT" version)) (uri (cran-uri "DT" version))
(sha256 (sha256
(base32 (base32
"1db35mi4m4q3kha4vhvh693bv04y7h9pdawhsx8f234qjvz7783r")))) "0xhinw7wasrai5wfswp3r48qfv7ppdfd9jc7py2rp63dn0bnvbab"))))
(properties (properties
`((upstream-name . "DT"))) `((upstream-name . "DT")))
(build-system r-build-system) (build-system r-build-system)