me
/
guix
Archived
1
0
Fork 0

gnu: r-xts: Update to 0.13.2.

* gnu/packages/cran.scm (r-xts): Update to 0.13.2.

Change-Id: I0f551d91a7012fabb117160c54e9c17883a48ca9
master
Ricardo Wurmus 2024-01-23 08:26:10 +01:00
parent 3d0fa8fb65
commit f4eb36050e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -9582,14 +9582,14 @@ training models for classification or ranking.")
(define-public r-xts
(package
(name "r-xts")
(version "0.13.1")
(version "0.13.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "xts" version))
(sha256
(base32
"0pc23na5lrzfchd4i22p035y1krjpddi0iw6i78lhbhns330ff9c"))))
"1yqx1x395hvdav1fvmpwrfm8sir398ky1bi0x5zsm7acbkv91maa"))))
(build-system r-build-system)
(propagated-inputs (list r-zoo))
(home-page "https://github.com/joshuaulrich/xts")