aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/lmm.scm
diff options
context:
space:
mode:
authorpjotrp2017-07-04 07:30:37 +0000
committerpjotrp2017-07-04 07:30:37 +0000
commitbdaf5cd6c71e98139c63360a345ab51e25ebc5fa (patch)
treeb6eaf1861427290bd5586bbc0b7912889eb75aa5 /gn/packages/lmm.scm
parent96609632a1fd55b8672fe492c2ea8f9ab8c026f4 (diff)
downloadguix-bioinformatics-bdaf5cd6c71e98139c63360a345ab51e25ebc5fa.tar.gz
Updating lmm-lite
Diffstat (limited to 'gn/packages/lmm.scm')
-rw-r--r--gn/packages/lmm.scm6
1 files changed, 3 insertions, 3 deletions
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)))