me
/
guix
Archived
1
0
Fork 0

gnu: r-forecast: Update to 8.22.0.

* gnu/packages/cran.scm (r-forecast): Update to 8.22.0.

Change-Id: I866e6aa742a663fe8baa4ba5e90add41cfc9b957
master
Ricardo Wurmus 2024-03-05 14:38:28 +01:00
parent d51eaad127
commit ac139b1644
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -31363,14 +31363,14 @@ Raftery, Appl.Statistics, 1989); it includes inference and basic methods.")
(define-public r-forecast
(package
(name "r-forecast")
(version "8.21.1")
(version "8.22.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "forecast" version))
(sha256
(base32
"09w1vh96cf9wz071why5f4265cvvwqi2b3wb0khrjvkzgkiaq7l1"))))
"09s5fdyzc6f5l8dy7ynjmd6l5fk3wvz59q0kfv2fd9da5c1mqd8w"))))
(properties `((upstream-name . "forecast")))
(build-system r-build-system)
(propagated-inputs