me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/statistics.scm (r-mgcv): Update to 1.9-1.

Change-Id: I9275750902b6e2d2bd1c7394363bdbc66043c4de
master
Ricardo Wurmus 2023-12-28 00:44:41 +01:00
parent b9e33a7fd4
commit 5106fc899a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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