mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: r-lme4: Update to 1.1-34.
* gnu/packages/statistics.scm (r-lme4): Update to 1.1-34.
This commit is contained in:
parent
138d0dd9ad
commit
1b09d2e9ae
1 changed files with 3 additions and 3 deletions
|
@ -5973,14 +5973,14 @@ (define-public r-nloptr
|
|||
(define-public r-lme4
|
||||
(package
|
||||
(name "r-lme4")
|
||||
(version "1.1-33")
|
||||
(version "1.1-34")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "lme4" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0409nhvdkkh571gdi9w21z6szkgnmj4sssw3988idh5wgknsamnr"))))
|
||||
"1bbaxkrd5m3d40y6jdyrdr4vsjyzkfixbqjwj6c8inmks98f2wp8"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-boot
|
||||
|
@ -5988,8 +5988,8 @@ (define-public r-lme4
|
|||
r-mass
|
||||
r-matrix
|
||||
r-minqa
|
||||
r-nloptr
|
||||
r-nlme
|
||||
r-nloptr
|
||||
r-rcpp
|
||||
r-rcppeigen))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue