diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-05-28 08:30:35 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-05-28 23:18:53 +0200 |
commit | a124a6904692c07623489ee1f495059dd7650734 (patch) | |
tree | 4ad6c7f4dfb761078ebd3b28a7c4b886525a82f4 /gnu/packages | |
parent | 1d58744415cb8cd3ae4fce03b4459a4824618ef4 (diff) |
gnu: r-hapassoc: Update to 1.2-9.
* gnu/packages/cran.scm (r-hapassoc): Update to 1.2-9.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index ba364c827f..ee125851cc 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -18024,14 +18024,14 @@ variance components, using the likelihood-ratio statistics G.") (define-public r-hapassoc (package (name "r-hapassoc") - (version "1.2-8") + (version "1.2-9") (source (origin (method url-fetch) (uri (cran-uri "hapassoc" version)) (sha256 (base32 - "0qs5jl0snzfchgpp6pabncwywxcmi743g91jvjiyyzw0lw85yv4s")))) + "09ijc4sbw743z74fzklmvig11ndkycg6j86k4214wfsj1yj6j9x6")))) (build-system r-build-system) (home-page "https://stat.sfu.ca/statgen/research/hapassoc.html") (synopsis "Inference of trait associations with SNP haplotypes") |