mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: r-timeseries: Update to 4031.107.
* gnu/packages/cran.scm (r-timeseries): Update to 4031.107.
This commit is contained in:
parent
5e23842fba
commit
b7f4d71958
1 changed files with 2 additions and 2 deletions
|
@ -9238,13 +9238,13 @@ (define-public r-processx
|
|||
(define-public r-timeseries
|
||||
(package
|
||||
(name "r-timeseries")
|
||||
(version "4030.106")
|
||||
(version "4031.107")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "timeSeries" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1sh31brmvfxvlxh2qyk3qrsqw6w3bykh7dd6m35d24gfl0qqxxr5"))))
|
||||
"0hmmv8ml2ryw1zkbk55f85ml664as8l0qksj9h1335zn58s6lf44"))))
|
||||
(properties `((upstream-name . "timeSeries")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-timedate))
|
||||
|
|
Loading…
Reference in a new issue