gnu: r-xts: Update to 0.13.0.

* gnu/packages/cran.scm (r-xts): Update to 0.13.0.
This commit is contained in:
Ricardo Wurmus 2023-03-19 14:44:21 +01:00
parent 554cd5475d
commit fa52f184fe
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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")