From bdaf5cd6c71e98139c63360a345ab51e25ebc5fa Mon Sep 17 00:00:00 2001 From: pjotrp Date: Tue, 4 Jul 2017 07:30:37 +0000 Subject: Updating lmm-lite --- gn/packages/lmm.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gn/packages/lmm.scm') diff --git a/gn/packages/lmm.scm b/gn/packages/lmm.scm index 40e9551..366c1b5 100644 --- a/gn/packages/lmm.scm +++ b/gn/packages/lmm.scm @@ -46,17 +46,17 @@ (define-public r-lmmlite (package (name "r-lmmlite") - (version "0.1-9") + (version "0.1-11") (source (origin ;; We use the git reference, because there's no CRAN package (yet) (method git-fetch) (uri (git-reference (url "https://github.com/kbroman/lmmlite.git") - (commit "5b833d5"))) + (commit "7c0d6316e10b4c2e4384a495e437698d57a4df4a"))) (file-name (string-append name "-" version "-checkout")) (sha256 (base32 - "0v4z4qxa8ki9hlmdwlgslchvg21nqkkq6135nx6w63xikjffxcba")))) + "0ka55frvwi1xmkflflg6kgpf5qrxhrl2gmfyhryygb0ghlamlani")))) (build-system r-build-system) (propagated-inputs `(("r-rcppeigen" ,r-rcppeigen))) -- cgit v1.2.3