mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: r-chron: Update to 2.3-57.
* gnu/packages/statistics.scm (r-chron): Update to 2.3-57.
This commit is contained in:
parent
85e77d93ac
commit
eba783130f
1 changed files with 2 additions and 2 deletions
|
@ -1943,13 +1943,13 @@ (define-public r-locfit
|
|||
(define-public r-chron
|
||||
(package
|
||||
(name "r-chron")
|
||||
(version "2.3-56")
|
||||
(version "2.3-57")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "chron" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0p9zz96jfyf139924hdwkzhr8knkjvx6547ac53rknm3a6wwngl6"))))
|
||||
"0cn2367mw27qf2nj8d1i182ns3nlzlkgix6c18mc3byihimdhicn"))))
|
||||
(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