mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 12:17:10 -05:00
gnu: r-dt: Update to 0.18.
* gnu/packages/statistics.scm (r-dt): Update to 0.18.
This commit is contained in:
parent
45cdf3ad61
commit
3ff0d6f797
1 changed files with 2 additions and 2 deletions
|
@ -3205,13 +3205,13 @@ (define-public r-domc
|
||||||
(define-public r-dt
|
(define-public r-dt
|
||||||
(package
|
(package
|
||||||
(name "r-dt")
|
(name "r-dt")
|
||||||
(version "0.17")
|
(version "0.18")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "DT" version))
|
(uri (cran-uri "DT" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0mpvyfmi2viyhdqx11hznd7dl0q6kxrdmppjsmm2pk0x8a904hz3"))))
|
"1vxqmj01504k9639m2cig1s4qflz3dj54h9rgx5qa72fpkvkk411"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "DT")))
|
`((upstream-name . "DT")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Loading…
Reference in a new issue