mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-29 07:42:23 -05:00
gnu: r-lme4: Update to 1.1-35.4.
* gnu/packages/statistics.scm (r-lme4): Update to 1.1-35.4. Change-Id: I29581774b84b3313059729b83f1ffce00da41ae0
This commit is contained in:
parent
4fd182a223
commit
400233e601
1 changed files with 2 additions and 2 deletions
|
@ -6100,14 +6100,14 @@ (define-public r-nloptr
|
|||
(define-public r-lme4
|
||||
(package
|
||||
(name "r-lme4")
|
||||
(version "1.1-35.3")
|
||||
(version "1.1-35.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "lme4" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0ij37wly0d28x143xdkjry5jsj4chlbli2fl9zbp8fkcgh95r1xl"))))
|
||||
"1zwr0wyrxllysbm2ca7hawzh4kmyxk23hkvszvzddjgi7wkw76jq"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-boot
|
||||
|
|
Loading…
Reference in a new issue