gnu: r-chron: Update to 2.3-59.

* gnu/packages/statistics.scm (r-chron): Update to 2.3-59.
This commit is contained in:
Ricardo Wurmus 2023-02-18 16:09:08 +01:00
parent 7c268f137c
commit e85c2d66f6
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1952,13 +1952,13 @@ (define-public r-locfit
(define-public r-chron
(package
(name "r-chron")
(version "2.3-58")
(version "2.3-59")
(source (origin
(method url-fetch)
(uri (cran-uri "chron" version))
(sha256
(base32
"1l36yy9jq6hxkg9rfbsggwhjsb33scb56di0klmw4c73rllcczq5"))))
"1xh18s4mip3xc9vn2xw6a2gpz09s3zmxw8sarn6qbrs2gjwschxr"))))
(build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/chron")
(synopsis "Chronological R objects which can handle dates and times")