mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-lme4: Update to 1.1-35.1.
* gnu/packages/statistics.scm (r-lme4): Update to 1.1-35.1. Change-Id: I2806562c05111df1a8c61e82745afbc1264dec4e
This commit is contained in:
parent
1c839037e3
commit
903718659a
1 changed files with 2 additions and 2 deletions
|
@ -6142,14 +6142,14 @@ (define-public r-nloptr
|
|||
(define-public r-lme4
|
||||
(package
|
||||
(name "r-lme4")
|
||||
(version "1.1-34")
|
||||
(version "1.1-35.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "lme4" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1bbaxkrd5m3d40y6jdyrdr4vsjyzkfixbqjwj6c8inmks98f2wp8"))))
|
||||
"0nzv1a22pfsf2ryw91h16ic4cb8y8g6wh0gx3msr7gv8dwwi3974"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-boot
|
||||
|
|
Loading…
Reference in a new issue