gnu: r-nlme: Update to 3.1-151.
* gnu/packages/statistics.scm (r-nlme): Update to 3.1-151.master
parent
33184efac8
commit
1e1edda31c
|
@ -608,13 +608,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-150")
|
(version "3.1-151")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "nlme" version))
|
(uri (cran-uri "nlme" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "18qmbzrmrham8hbdlzsca7w46c5iqighx1ymzggll5s86c4s7kvr"))))
|
(base32 "1jl6x0glpyszy6bkbcggm3f10jl4kldhs5q561k85xcbssx2dim2"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-lattice" ,r-lattice)))
|
`(("r-lattice" ,r-lattice)))
|
||||||
|
|
Reference in New Issue