3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-forecast: Update to 8.15.

* gnu/packages/cran.scm (r-forecast): Update to 8.15.
This commit is contained in:
Ricardo Wurmus 2021-06-02 17:23:06 +02:00
parent 317267c460
commit 318808dcdd
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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