gnu: r-xts: Update to 0.12-0.

* gnu/packages/cran.scm (r-xts): Update to 0.12-0.
This commit is contained in:
Ricardo Wurmus 2020-01-27 16:24:55 +01:00
parent e5b38da1cc
commit 485b9cea5a
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3563,14 +3563,14 @@ (define-public r-rsofia
(define-public r-xts
(package
(name "r-xts")
(version "0.11-2")
(version "0.12-0")
(source
(origin
(method url-fetch)
(uri (cran-uri "xts" version))
(sha256
(base32
"1f0kxrvn13py3hk2gh2m56cqm39x3bqp1i350r5viddacrm2yxqj"))))
"0q4cc8ynp7ndmgll1jj3lxyl6wmgg89ad3wq09kjc2ngszdfc4fz"))))
(build-system r-build-system)
(propagated-inputs `(("r-zoo" ,r-zoo)))
(home-page "https://github.com/joshuaulrich/xts")