me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/statistics.scm (r-mgcv): Update to 1.8-32.
master
Ricardo Wurmus 2020-08-20 19:24:39 +02:00
parent 5eb753a276
commit bc438f5a8f
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-31")
(version "1.8-32")
(source
(origin
(method url-fetch)
(uri (cran-uri "mgcv" version))
(sha256
(base32 "1if34mqsn9r7g0l82lxvvx0wjhi9paqdymyd73nschxcl1if8vbk"))))
(base32 "1859lnwkmggk36616cnhk3b9qv1qkgf0cz5mfavv3jry7bad3xbg"))))
(build-system r-build-system)
(propagated-inputs
`(("r-matrix" ,r-matrix)