mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
gnu: r-xts: Update to 0.13.0.
* gnu/packages/cran.scm (r-xts): Update to 0.13.0.
This commit is contained in:
parent
554cd5475d
commit
fa52f184fe
1 changed files with 2 additions and 2 deletions
|
@ -7807,14 +7807,14 @@ training models for classification or ranking.")
|
|||
(define-public r-xts
|
||||
(package
|
||||
(name "r-xts")
|
||||
(version "0.12.2")
|
||||
(version "0.13.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "xts" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0hx7vh8cm4c80rnhwqg78l5xb0snvf4adrkbb74z93vmxgm7qa4w"))))
|
||||
"0x4nxyp61sgh5zva39fh0f9hpj5ax01a17gv9ma6mi9yihflv3hq"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-zoo))
|
||||
(home-page "https://github.com/joshuaulrich/xts")
|
||||
|
|
Loading…
Add table
Reference in a new issue