gnu: r-nlme: Update to 3.1-155.
* gnu/packages/statistics.scm (r-nlme): Update to 3.1-155.
This commit is contained in:
parent
b77c4dad0c
commit
319ccbdac8
1 changed files with 2 additions and 2 deletions
|
|
@ -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))
|
||||||
|
|
|
||||||
Reference in a new issue