mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 03:45:24 -05:00
gnu: r-tseries: Update to 0.10-50.
* gnu/packages/cran.scm (r-tseries): Update to 0.10-50.
This commit is contained in:
parent
76322379bf
commit
2321ee0911
1 changed files with 2 additions and 2 deletions
|
@ -7045,14 +7045,14 @@ (define-public r-quantmod
|
|||
(define-public r-tseries
|
||||
(package
|
||||
(name "r-tseries")
|
||||
(version "0.10-49")
|
||||
(version "0.10-50")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "tseries" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1fhldj95d16cwygw8xg0kvr4xk569mpzprdvahlsf4hzykc2dgs5"))))
|
||||
"16654v691jqpgiisz442h9znlxgj96c9gvhk3pgmm48bfsxs6iqw"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-quadprog r-quantmod r-zoo))
|
||||
|
|
Loading…
Reference in a new issue