me
/
guix
Archived
1
0
Fork 0

gnu: r-forecast: Update to 8.14.

* gnu/packages/cran.scm (r-forecast): Update to 8.14.
master
Ricardo Wurmus 2021-03-15 13:41:48 +01:00
parent 58a2c438d3
commit 7bd5a64303
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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