gnu: r-xts: Update to 0.12.2.

* gnu/packages/cran.scm (r-xts): Update to 0.12.2.
This commit is contained in:
Ricardo Wurmus 2022-11-04 08:23:19 +01:00
parent a42a9931d6
commit 8759fd469a
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -6621,14 +6621,14 @@ (define-public r-rsofia
(define-public r-xts
(package
(name "r-xts")
(version "0.12.1")
(version "0.12.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "xts" version))
(sha256
(base32
"0b6a7mpyk9aw6axas7nz01gadczprwwfhii01fz31z26z555i06n"))))
"0hx7vh8cm4c80rnhwqg78l5xb0snvf4adrkbb74z93vmxgm7qa4w"))))
(build-system r-build-system)
(propagated-inputs (list r-zoo))
(home-page "https://github.com/joshuaulrich/xts")