mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 05:31:21 +01:00
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
1 changed files with 2 additions and 2 deletions
|
@ -2319,14 +2319,14 @@ training models for classification or ranking.")
|
|||
(define-public r-xts
|
||||
(package
|
||||
(name "r-xts")
|
||||
(version "0.11-1")
|
||||
(version "0.11-2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "xts" version))
|
||||
(sha256
|
||||
(base32
|
||||
"17d3g14xkxa1a5z5gd3gk1xjqfkjg1ik3i12q0arina8frql3jhd"))))
|
||||
"1f0kxrvn13py3hk2gh2m56cqm39x3bqp1i350r5viddacrm2yxqj"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs `(("r-zoo" ,r-zoo)))
|
||||
(home-page "https://github.com/joshuaulrich/xts")
|
||||
|
|
Loading…
Add table
Reference in a new issue