mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 10:55:23 -05:00
gnu: r-dt: Update to 0.12.
* gnu/packages/statistics.scm (r-dt): Update to 0.12.
This commit is contained in:
parent
ff8b5e852e
commit
f5d0d7e0d7
1 changed files with 2 additions and 2 deletions
|
@ -3130,13 +3130,13 @@ (define-public r-domc
|
|||
(define-public r-dt
|
||||
(package
|
||||
(name "r-dt")
|
||||
(version "0.11")
|
||||
(version "0.12")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "DT" version))
|
||||
(sha256
|
||||
(base32
|
||||
"09k9s07aah1apc308sj1abvr27mky6fkpl9j6lxl2x55n4immvkg"))))
|
||||
"0089288ma1cj9nf4jscmpbagyqlg4r90mw8bwl4zv1d4hjl0d693"))))
|
||||
(properties
|
||||
`((upstream-name . "DT")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue