mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 18:38:57 -05:00
gnu: r-tseries: Update to 0.10-56.
* gnu/packages/cran.scm (r-tseries): Update to 0.10-56. Change-Id: I59423388f3172058513c08cd5a63b82ab5b5a0fe
This commit is contained in:
parent
9c9427b1e7
commit
5836ab8596
1 changed files with 2 additions and 2 deletions
|
@ -12136,14 +12136,14 @@ (define-public r-quantmod
|
|||
(define-public r-tseries
|
||||
(package
|
||||
(name "r-tseries")
|
||||
(version "0.10-55")
|
||||
(version "0.10-56")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "tseries" version))
|
||||
(sha256
|
||||
(base32
|
||||
"03jb2ij4jyhrbygi0gha549vq262kx1ffjmy12rf0gak0qmq5iwp"))))
|
||||
"1s7sz95j6mm4708s3hffrnfkmdjgj43gba07wr6v24fg9xygq7m8"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-jsonlite r-quadprog r-quantmod r-zoo))
|
||||
|
|
Loading…
Reference in a new issue