mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: r-timeseries: Update to 4032.108.
* gnu/packages/cran.scm (r-timeseries): Update to 4032.108. Change-Id: I9fd9ae02405dd4c25beb4da7876ac9ff1f13278c
This commit is contained in:
parent
249148231f
commit
53de8edf15
1 changed files with 2 additions and 2 deletions
|
@ -9839,13 +9839,13 @@ (define-public r-processx
|
|||
(define-public r-timeseries
|
||||
(package
|
||||
(name "r-timeseries")
|
||||
(version "4031.107")
|
||||
(version "4032.108")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "timeSeries" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0hmmv8ml2ryw1zkbk55f85ml664as8l0qksj9h1335zn58s6lf44"))))
|
||||
"1mcx059f9hnzgcxcil7hvgp9hz7gancj4gjgpdlpa4by77nwygpd"))))
|
||||
(properties `((upstream-name . "timeSeries")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-timedate))
|
||||
|
|
Loading…
Reference in a new issue