me
/
guix
Archived
1
0
Fork 0

gnu: r-mgcv: Update to 1.8-33.

* gnu/packages/statistics.scm (r-mgcv): Update to 1.8-33.
master
Ricardo Wurmus 2020-08-30 23:29:02 +02:00
parent e8ebe088b5
commit 7bc58f36d9
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -621,13 +621,13 @@ nonlinear mixed-effects models.")
(define-public r-mgcv
(package
(name "r-mgcv")
(version "1.8-32")
(version "1.8-33")
(source
(origin
(method url-fetch)
(uri (cran-uri "mgcv" version))
(sha256
(base32 "1859lnwkmggk36616cnhk3b9qv1qkgf0cz5mfavv3jry7bad3xbg"))))
(base32 "1x1bdzz2b2f05626xygwqp30b4rhblgg76hs15j9ab4fjan7pjwq"))))
(build-system r-build-system)
(propagated-inputs
`(("r-matrix" ,r-matrix)