mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: r-lme4: Update to 1.1-31.
* gnu/packages/statistics.scm (r-lme4): Update to 1.1-31.
This commit is contained in:
parent
a0973c7b6c
commit
a1c49f5dce
1 changed files with 2 additions and 2 deletions
|
@ -5636,14 +5636,14 @@ (define-public r-nloptr
|
|||
(define-public r-lme4
|
||||
(package
|
||||
(name "r-lme4")
|
||||
(version "1.1-30")
|
||||
(version "1.1-31")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "lme4" version))
|
||||
(sha256
|
||||
(base32
|
||||
"03rhg6cnsvdk06a1yxkivfvfwlx9934nd9q6jnp0bzscnv2dzazx"))))
|
||||
"1zgdfbzc8lv4rrsjdacagwa693ij2bmn6xkc1bnfbv1z7pix3zss"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-boot
|
||||
|
|
Loading…
Reference in a new issue