mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: r-dt: Update to 0.11.
* gnu/packages/statistics.scm (r-dt): Update to 0.11.
This commit is contained in:
parent
8dfaa62a9e
commit
95cd4a19cd
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.10")
|
||||
(version "0.11")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "DT" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0vwhn1mcwv0hkbxnppf6vip23iiib0szvp1h3prawlkvd74xziiw"))))
|
||||
"09k9s07aah1apc308sj1abvr27mky6fkpl9j6lxl2x55n4immvkg"))))
|
||||
(properties
|
||||
`((upstream-name . "DT")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue