mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: r-timeseries: Update to 4030.106.
* gnu/packages/cran.scm (r-timeseries): Update to 4030.106.
This commit is contained in:
parent
5b3b08bb06
commit
06e6bf4f1e
1 changed files with 2 additions and 2 deletions
|
@ -8634,13 +8634,13 @@ (define-public r-processx
|
|||
(define-public r-timeseries
|
||||
(package
|
||||
(name "r-timeseries")
|
||||
(version "4021.105")
|
||||
(version "4030.106")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "timeSeries" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1k6vihbs20m7zjrxh13y9mmsvnia3844c7j13p0b7m5i9fb6rqxz"))))
|
||||
"1sh31brmvfxvlxh2qyk3qrsqw6w3bykh7dd6m35d24gfl0qqxxr5"))))
|
||||
(properties `((upstream-name . "timeSeries")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-timedate))
|
||||
|
|
Loading…
Reference in a new issue