me
/
guix
Archived
1
0
Fork 0

gnu: r-mgcv: Update to 1.9-0.

* gnu/packages/statistics.scm (r-mgcv): Update to 1.9-0.
Ricardo Wurmus 2023-07-17 14:19:53 +02:00
parent 8029b180bd
commit f96c109be9
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -720,13 +720,13 @@ nonlinear mixed-effects models.")
(define-public r-mgcv
(package
(name "r-mgcv")
(version "1.8-42")
(version "1.9-0")
(source
(origin
(method url-fetch)
(uri (cran-uri "mgcv" version))
(sha256
(base32 "1ixn5pgc3qriy5nfd264dz7l126xg4k4zidgkqag41mdcj5w6zq8"))))
(base32 "0w1v0hdswb332xz3br1fcgacib7ddr4hb96cmlycxcpqq5w01cdj"))))
(build-system r-build-system)
(propagated-inputs
(list r-matrix r-nlme))