me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/statistics.scm (r-chron): Update to 2.3-58.
master
Ricardo Wurmus 2022-11-04 09:59:04 +01:00
parent 50a26b5725
commit 4d4c83bb16
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1949,13 +1949,13 @@ and density estimation.")
(define-public r-chron
(package
(name "r-chron")
(version "2.3-57")
(version "2.3-58")
(source (origin
(method url-fetch)
(uri (cran-uri "chron" version))
(sha256
(base32
"0cn2367mw27qf2nj8d1i182ns3nlzlkgix6c18mc3byihimdhicn"))))
"1l36yy9jq6hxkg9rfbsggwhjsb33scb56di0klmw4c73rllcczq5"))))
(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")