mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: r-xts: Update to 0.13.1.
* gnu/packages/cran.scm (r-xts): Update to 0.13.1.
This commit is contained in:
parent
200e08161f
commit
2ee7d66973
1 changed files with 2 additions and 2 deletions
|
@ -8159,14 +8159,14 @@ (define-public r-rsofia
|
|||
(define-public r-xts
|
||||
(package
|
||||
(name "r-xts")
|
||||
(version "0.13.0")
|
||||
(version "0.13.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "xts" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0x4nxyp61sgh5zva39fh0f9hpj5ax01a17gv9ma6mi9yihflv3hq"))))
|
||||
"0pc23na5lrzfchd4i22p035y1krjpddi0iw6i78lhbhns330ff9c"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-zoo))
|
||||
(home-page "https://github.com/joshuaulrich/xts")
|
||||
|
|
Loading…
Reference in a new issue