Archived
1
0
Fork 0

gnu: r-forecast: Update to 8.11.

* gnu/packages/cran.scm (r-forecast): Update to 8.11.
This commit is contained in:
Ricardo Wurmus 2020-02-22 13:52:36 +01:00
parent 3df9f357ec
commit 970d813937
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -19283,14 +19283,14 @@ Raftery, Appl.Statistics, 1989); it includes inference and basic methods.")
(define-public r-forecast
(package
(name "r-forecast")
(version "8.10")
(version "8.11")
(source
(origin
(method url-fetch)
(uri (cran-uri "forecast" version))
(sha256
(base32
"0jccr2wg7sii38lyqrs58fkxf2az7nw6v0jya27hpbz9bg8ib3kr"))))
"0ayidhnk9cxav2qi83jrvqlg2jh4zlf4lki4xw48gdqsmjvih9x1"))))
(properties `((upstream-name . "forecast")))
(build-system r-build-system)
(propagated-inputs