gnu: r-lme4: Update to 1.1-14.
* gnu/packages/statistics.scm (r-lme4): Update to 1.1-14.
This commit is contained in:
parent
26cd4194ef
commit
6048986c89
|
@ -5061,14 +5061,14 @@ algorithms.")
|
||||||
(define-public r-lme4
|
(define-public r-lme4
|
||||||
(package
|
(package
|
||||||
(name "r-lme4")
|
(name "r-lme4")
|
||||||
(version "1.1-13")
|
(version "1.1-14")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "lme4" version))
|
(uri (cran-uri "lme4" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"13j4a721rx0272pdxrz6nabjv56xb6srklq5w4z1abc82lyvda2z"))))
|
"1vars93604q7kyz6y1f8f886l05jkgj8bs78033l2czypvzki5la"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("r-rcpp" ,r-rcpp)
|
`(("r-rcpp" ,r-rcpp)
|
||||||
|
|
Loading…
Reference in New Issue