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.20.

* gnu/packages/cran.scm (r-forecast): Update to 8.20.
This commit is contained in:
Ricardo Wurmus 2023-01-09 22:19:51 +01:00
parent 20e6139df3
commit 63921834e9
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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