Archived
1
0
Fork 0

gnu: r-nlme: Update to 3.1-155.

* gnu/packages/statistics.scm (r-nlme): Update to 3.1-155.
This commit is contained in:
Ricardo Wurmus 2022-01-23 13:33:41 +01:00
parent b77c4dad0c
commit 319ccbdac8
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -654,13 +654,13 @@ and operations on them using LAPACK and SuiteSparse.")
(define-public r-nlme (define-public r-nlme
(package (package
(name "r-nlme") (name "r-nlme")
(version "3.1-153") (version "3.1-155")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "nlme" version)) (uri (cran-uri "nlme" version))
(sha256 (sha256
(base32 "1qw0sq64iybyidj0s8m76z4i1gxb1fn27s29i63fw5hvvy7aj9rx")))) (base32 "0kzzpl63l298yy18x62ypgbhdw61fgm30lc4nlhjjhjj5220yfcz"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
(list r-lattice)) (list r-lattice))