mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05:00
gnu: r-tseries: Update to 0.10-51.
* gnu/packages/cran.scm (r-tseries): Update to 0.10-51.
This commit is contained in:
parent
336d2a712c
commit
ea5ade6de0
1 changed files with 2 additions and 2 deletions
|
@ -7233,14 +7233,14 @@ (define-public r-quantmod
|
||||||
(define-public r-tseries
|
(define-public r-tseries
|
||||||
(package
|
(package
|
||||||
(name "r-tseries")
|
(name "r-tseries")
|
||||||
(version "0.10-50")
|
(version "0.10-51")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "tseries" version))
|
(uri (cran-uri "tseries" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"16654v691jqpgiisz442h9znlxgj96c9gvhk3pgmm48bfsxs6iqw"))))
|
"0zr09ikaz96djcvnjbr8ah6waqzjy06f4yd4isshlwc391q20px5"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-quadprog r-quantmod r-zoo))
|
(list r-quadprog r-quantmod r-zoo))
|
||||||
|
|
Loading…
Reference in a new issue