gnu: r-chron: Update to 2.3-58.
* gnu/packages/statistics.scm (r-chron): Update to 2.3-58.
This commit is contained in:
parent
50a26b5725
commit
4d4c83bb16
1 changed files with 2 additions and 2 deletions
|
@ -1949,13 +1949,13 @@ (define-public r-locfit
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue