gnu: r-forecast: Update to 8.13.

* gnu/packages/cran.scm (r-forecast): Update to 8.13.
This commit is contained in:
Ricardo Wurmus 2020-09-14 19:03:18 +02:00
parent ad10a45225
commit df2210be8b
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -20307,14 +20307,14 @@ (define-public r-fracdiff
(define-public r-forecast
(package
(name "r-forecast")
(version "8.12")
(version "8.13")
(source
(origin
(method url-fetch)
(uri (cran-uri "forecast" version))
(sha256
(base32
"1ycj5z4wd5a16nlcjy07dqm8jkih240xa02cn4wvysnnhkapyq7b"))))
"0vrql5d4v28890np2m6ws1nr1fcl6frs1bz74vfkihkixcmkl3j9"))))
(properties `((upstream-name . "forecast")))
(build-system r-build-system)
(propagated-inputs