me
/
guix
Archived
1
0
Fork 0

gnu: r-forecast: Update to 8.21.

* gnu/packages/cran.scm (r-forecast): Update to 8.21.
master
Ricardo Wurmus 2023-03-19 14:44:37 +01:00
parent 0052b73ab4
commit 0674832a61
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -28227,14 +28227,14 @@ Raftery, Appl.Statistics, 1989); it includes inference and basic methods.")
(define-public r-forecast
(package
(name "r-forecast")
(version "8.20")
(version "8.21")
(source
(origin
(method url-fetch)
(uri (cran-uri "forecast" version))
(sha256
(base32
"03ll4v4r2l4kk4lbwnrvmd24003qm6j81lzr06qlns311zf4dv9v"))))
"1hn60p88jq9qprgwgh4ymb53fri71imad6kasycv6gwxb9wk3lgx"))))
(properties `((upstream-name . "forecast")))
(build-system r-build-system)
(propagated-inputs