mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01: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
|
(define-public r-dt
|
||||||
(package
|
(package
|
||||||
(name "r-dt")
|
(name "r-dt")
|
||||||
(version "0.10")
|
(version "0.11")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "DT" version))
|
(uri (cran-uri "DT" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0vwhn1mcwv0hkbxnppf6vip23iiib0szvp1h3prawlkvd74xziiw"))))
|
"09k9s07aah1apc308sj1abvr27mky6fkpl9j6lxl2x55n4immvkg"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "DT")))
|
`((upstream-name . "DT")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Loading…
Reference in a new issue