diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-04-01 11:12:40 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-04-01 11:15:26 +0200 |
commit | 775c6f402c0b5c6aa19241c4b763e8a9d27d47d9 (patch) | |
tree | ec7dde5933a8bd3485b0a58e7ae1c7d3101c80e9 | |
parent | 32fbd12348772971a1f0595b03568c096da4c5be (diff) |
gnu: r-forecast: Update to 8.12.
* gnu/packages/cran.scm (r-forecast): Update to 8.12.
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index bade7e71c0..59d6824a8b 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -19352,14 +19352,14 @@ Raftery, Appl.Statistics, 1989); it includes inference and basic methods.") (define-public r-forecast (package (name "r-forecast") - (version "8.11") + (version "8.12") (source (origin (method url-fetch) (uri (cran-uri "forecast" version)) (sha256 (base32 - "0ayidhnk9cxav2qi83jrvqlg2jh4zlf4lki4xw48gdqsmjvih9x1")))) + "1ycj5z4wd5a16nlcjy07dqm8jkih240xa02cn4wvysnnhkapyq7b")))) (properties `((upstream-name . "forecast"))) (build-system r-build-system) (propagated-inputs |