me
/
guix
Archived
1
0
Fork 0

gnu: r-xts: Update to 0.13.1.

* gnu/packages/cran.scm (r-xts): Update to 0.13.1.
master
Ricardo Wurmus 2023-04-29 20:08:36 +02:00
parent 200e08161f
commit 2ee7d66973
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -8159,14 +8159,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.13.0") (version "0.13.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "xts" version)) (uri (cran-uri "xts" version))
(sha256 (sha256
(base32 (base32
"0x4nxyp61sgh5zva39fh0f9hpj5ax01a17gv9ma6mi9yihflv3hq")))) "0pc23na5lrzfchd4i22p035y1krjpddi0iw6i78lhbhns330ff9c"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (list r-zoo)) (propagated-inputs (list r-zoo))
(home-page "https://github.com/joshuaulrich/xts") (home-page "https://github.com/joshuaulrich/xts")