gnu: r-xts: Update to 0.11-2.
* gnu/packages/cran.scm (r-xts): Update to 0.11-2.
This commit is contained in:
parent
5d986a3b41
commit
cea8a60747
|
@ -2319,14 +2319,14 @@ training models for classification or ranking.")
|
||||||
(define-public r-xts
|
(define-public r-xts
|
||||||
(package
|
(package
|
||||||
(name "r-xts")
|
(name "r-xts")
|
||||||
(version "0.11-1")
|
(version "0.11-2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "xts" version))
|
(uri (cran-uri "xts" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"17d3g14xkxa1a5z5gd3gk1xjqfkjg1ik3i12q0arina8frql3jhd"))))
|
"1f0kxrvn13py3hk2gh2m56cqm39x3bqp1i350r5viddacrm2yxqj"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs `(("r-zoo" ,r-zoo)))
|
(propagated-inputs `(("r-zoo" ,r-zoo)))
|
||||||
(home-page "https://github.com/joshuaulrich/xts")
|
(home-page "https://github.com/joshuaulrich/xts")
|
||||||
|
|
Loading…
Reference in New Issue