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

* gnu/packages/statistics.scm (r-chron): Update to 2.3-55.
This commit is contained in:
Ricardo Wurmus 2020-02-19 20:56:44 +01:00
parent 3681b1c333
commit 26e41929c0
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -1781,13 +1781,13 @@ and density estimation.")
(define-public r-chron (define-public r-chron
(package (package
(name "r-chron") (name "r-chron")
(version "2.3-54") (version "2.3-55")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "chron" version)) (uri (cran-uri "chron" version))
(sha256 (sha256
(base32 (base32
"0vc7dxqwx0jqzwszax6di3091npsxnhnbvr7sy7rlip0jqzarwqd")))) "09gbs7c1ynlg0kl1m6nkbn75ysk16g13r17snnaws64qwywiywqg"))))
(build-system r-build-system) (build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/chron") (home-page "https://cran.r-project.org/web/packages/chron")
(synopsis "Chronological R objects which can handle dates and times") (synopsis "Chronological R objects which can handle dates and times")